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 ResourceResource. addResourceMethodsEntry(String key, Method value)ResourceResource. clearResourceMethodsEntries()Removes all the entries added into ResourceMethods.ResourceResource. clone()ResourceResource. withId(String id)The resource's identifier.ResourceResource. withParentId(String parentId)The parent resource's identifier.ResourceResource. withPath(String path)The full path for this resource.ResourceResource. withPathPart(String pathPart)The last path segment for this resource.ResourceResource. 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 GetResourcesResultGetResourcesResult. 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 voidGetResourcesResult. setItems(Collection<Resource> items)Gets the current Resource resource in the collection.GetResourcesResultGetResourcesResult. withItems(Collection<Resource> items)Gets the current Resource resource in the collection.
-