Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Resource> |
GetResourcesResult.items
Gets the current Resource resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.addResourceMethodsEntry(java.lang.String key,
Method value) |
Resource |
Resource.clearResourceMethodsEntries()
Removes all the entries added into ResourceMethods.
|
Resource |
Resource.clone() |
Resource |
Resource.withId(java.lang.String id)
The resource's identifier.
|
Resource |
Resource.withParentId(java.lang.String parentId)
The parent resource's identifier.
|
Resource |
Resource.withPath(java.lang.String path)
The full path for this resource.
|
Resource |
Resource.withPathPart(java.lang.String pathPart)
The last path segment for this resource.
|
Resource |
Resource.withResourceMethods(java.util.Map<java.lang.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 |
---|---|
java.util.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(java.util.Collection<Resource> items)
Gets the current Resource resource in the collection.
|
GetResourcesResult |
GetResourcesResult.withItems(java.util.Collection<Resource> items)
Gets the current Resource resource in the collection.
|
Modifier and Type | Method and Description |
---|---|
Resource |
ResourceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceJsonMarshaller.marshall(Resource resource,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|