| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetBasePathMappingsResult> |
AbstractAmazonApiGatewayAsync.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> |
AmazonApiGatewayAsyncClient.getBasePathMappingsAsync(GetBasePathMappingsRequest request,
AsyncHandler<GetBasePathMappingsRequest,GetBasePathMappingsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.clone() |
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.withDomainName(String domainName)
[Required] The domain name of a BasePathMapping resource.
|
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.withLimit(Integer limit)
The maximum number of returned results per page.
|
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.withPosition(String position)
The current pagination position in the paged result set.
|
Copyright © 2021. All rights reserved.