Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingResult |
AmazonApiGatewayClient.getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)
Describe a BasePathMapping resource.
|
GetBasePathMappingResult |
AmazonApiGateway.getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)
Describe a BasePathMapping resource.
|
GetBasePathMappingResult |
AbstractAmazonApiGateway.getBasePathMapping(GetBasePathMappingRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetBasePathMappingResult> |
AmazonApiGatewayAsyncClient.getBasePathMappingAsync(GetBasePathMappingRequest request,
AsyncHandler<GetBasePathMappingRequest,GetBasePathMappingResult> asyncHandler) |
java.util.concurrent.Future<GetBasePathMappingResult> |
AmazonApiGatewayAsync.getBasePathMappingAsync(GetBasePathMappingRequest getBasePathMappingRequest,
AsyncHandler<GetBasePathMappingRequest,GetBasePathMappingResult> asyncHandler)
Describe a BasePathMapping resource.
|
java.util.concurrent.Future<GetBasePathMappingResult> |
AbstractAmazonApiGatewayAsync.getBasePathMappingAsync(GetBasePathMappingRequest request,
AsyncHandler<GetBasePathMappingRequest,GetBasePathMappingResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingResult |
GetBasePathMappingResult.clone() |
GetBasePathMappingResult |
GetBasePathMappingResult.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.
|
GetBasePathMappingResult |
GetBasePathMappingResult.withRestApiId(java.lang.String restApiId)
The name of the API.
|
GetBasePathMappingResult |
GetBasePathMappingResult.withStage(java.lang.String stage)
The name of the API's stage.
|
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingResult |
GetBasePathMappingResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |