Uses of Class
com.amazonaws.services.apigateway.model.Resource
-
Packages that use Resource Package Description com.amazonaws.services.apigateway.model -
-
Uses of Resource in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return Resource Modifier and Type Method Description Resource
Resource. addResourceMethodsEntry(String key, Method value)
Resource
Resource. clearResourceMethodsEntries()
Removes all the entries added into ResourceMethods.Resource
Resource. clone()
Resource
Resource. withId(String id)
The resource's identifier.Resource
Resource. withParentId(String parentId)
The parent resource's identifier.Resource
Resource. withPath(String path)
The full path for this resource.Resource
Resource. withPathPart(String pathPart)
The last path segment for this resource.Resource
Resource. withResourceMethods(Map<String,Method> resourceMethods)
Map of methods for this resource, which is included only if the request uses the embed query option.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>
GetResourcesResult. getItems()
Gets the current Resource resource in the collection.Methods in com.amazonaws.services.apigateway.model with parameters of type Resource Modifier and Type Method Description GetResourcesResult
GetResourcesResult. withItems(Resource... items)
Gets the current Resource resource in the collection.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type Resource Modifier and Type Method Description void
GetResourcesResult. setItems(Collection<Resource> items)
Gets the current Resource resource in the collection.GetResourcesResult
GetResourcesResult. withItems(Collection<Resource> items)
Gets the current Resource resource in the collection.
-