Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<BasePathMapping> |
GetBasePathMappingsResult.items
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
Modifier and Type | Method and Description |
---|---|
BasePathMapping |
BasePathMapping.clone() |
BasePathMapping |
BasePathMapping.withBasePath(java.lang.String basePath)
The base path name that callers of the API must provide as part of the
URL after the domain name.
|
BasePathMapping |
BasePathMapping.withRestApiId(java.lang.String restApiId)
The name of the API.
|
BasePathMapping |
BasePathMapping.withStage(java.lang.String stage)
The name of the API's stage.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BasePathMapping> |
GetBasePathMappingsResult.getItems()
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(BasePathMapping... items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
Modifier and Type | Method and Description |
---|---|
void |
GetBasePathMappingsResult.setItems(java.util.Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(java.util.Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
Modifier and Type | Method and Description |
---|---|
BasePathMapping |
BasePathMappingJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BasePathMappingJsonMarshaller.marshall(BasePathMapping basePathMapping,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|