Uses of Class
com.amazonaws.services.apigateway.model.GetBasePathMappingsResult
-
Packages that use GetBasePathMappingsResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetBasePathMappingsResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetBasePathMappingsResult Modifier and Type Method Description GetBasePathMappingsResult
AbstractAmazonApiGateway. getBasePathMappings(GetBasePathMappingsRequest request)
GetBasePathMappingsResult
AmazonApiGateway. getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.GetBasePathMappingsResult
AmazonApiGatewayClient. getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.Method parameters in com.amazonaws.services.apigateway with type arguments of type GetBasePathMappingsResult Modifier and Type Method 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)
-
Uses of GetBasePathMappingsResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetBasePathMappingsResult Modifier and Type Method 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)
-