Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingsResult |
AbstractAmazonApiGateway.getBasePathMappings(GetBasePathMappingsRequest request) |
GetBasePathMappingsResult |
AmazonApiGatewayClient.getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
GetBasePathMappingsResult |
AmazonApiGateway.getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
Modifier and Type | Method and Description |
---|---|
Future<GetBasePathMappingsResult> |
AmazonApiGatewayAsyncClient.getBasePathMappingsAsync(GetBasePathMappingsRequest request,
AsyncHandler<GetBasePathMappingsRequest,GetBasePathMappingsResult> asyncHandler) |
Future<GetBasePathMappingsResult> |
AmazonApiGatewayAsync.getBasePathMappingsAsync(GetBasePathMappingsRequest getBasePathMappingsRequest,
AsyncHandler<GetBasePathMappingsRequest,GetBasePathMappingsResult> asyncHandler)
Represents a collection of BasePathMapping resources.
|
Future<GetBasePathMappingsResult> |
AbstractAmazonApiGatewayAsync.getBasePathMappingsAsync(GetBasePathMappingsRequest request,
AsyncHandler<GetBasePathMappingsRequest,GetBasePathMappingsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetBasePathMappingsResult |
GetBasePathMappingsResult.clone() |
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(BasePathMapping... items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withItems(Collection<BasePathMapping> items)
The current page of any BasePathMapping resources in the
collection of base path mapping resources.
|
GetBasePathMappingsResult |
GetBasePathMappingsResult.withPosition(String position) |
Copyright © 2018. All rights reserved.