Uses of Class
com.amazonaws.services.apigateway.model.GetBasePathMappingsRequest
-
Packages that use GetBasePathMappingsRequest Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of GetBasePathMappingsRequest in com.amazonaws.services.apigateway
Method parameters in com.amazonaws.services.apigateway with type arguments of type GetBasePathMappingsRequest 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 GetBasePathMappingsRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetBasePathMappingsRequest Modifier and Type Method Description GetBasePathMappingsRequestGetBasePathMappingsRequest. clone()GetBasePathMappingsRequestGetBasePathMappingsRequest. withDomainName(String domainName)The domain name of a BasePathMapping resource.GetBasePathMappingsRequestGetBasePathMappingsRequest. withLimit(Integer limit)The maximum number of BasePathMapping resources in the collection to get information about.GetBasePathMappingsRequestGetBasePathMappingsRequest. withPosition(String position)The position of the current BasePathMapping resource in the collection to get information about.
-