Uses of Class
com.amazonaws.services.apigateway.model.Resource
Packages that use Resource
-
Uses of Resource in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return ResourceModifier and TypeMethodDescriptionResource.addResourceMethodsEntry
(String key, Method value) Resource.clearResourceMethodsEntries()
Removes all the entries added into ResourceMethods.Resource.clone()
The resource's identifier.Resource.withParentId
(String parentId) The parent resource's identifier.The full path for this resource.Resource.withPathPart
(String pathPart) The last path segment for this 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 ResourceModifier and TypeMethodDescriptionGetResourcesResult.getItems()
Gets the current Resource resource in the collection.Methods in com.amazonaws.services.apigateway.model with parameters of type ResourceMethod parameters in com.amazonaws.services.apigateway.model with type arguments of type ResourceModifier and TypeMethodDescriptionvoid
GetResourcesResult.setItems
(Collection<Resource> items) Gets the current Resource resource in the collection.GetResourcesResult.withItems
(Collection<Resource> items) Gets the current Resource resource in the collection.