Package | Description |
---|---|
com.amazonaws.services.apigateway | |
com.amazonaws.services.apigateway.model |
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 |
---|---|
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.clone() |
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.withDomainName(String domainName)
The domain name of a BasePathMapping resource.
|
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.withLimit(Integer limit)
The maximum number of BasePathMapping resources in the collection
to get information about.
|
GetBasePathMappingsRequest |
GetBasePathMappingsRequest.withPosition(String position)
The position of the current BasePathMapping resource in the
collection to get information about.
|
Copyright © 2018. All rights reserved.