Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Resource> |
GetResourcesResult.getItems()
Gets the current Resource resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
GetResourcesResult |
GetResourcesResult.withItems(Resource... items)
Gets the current Resource resource in the collection.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.