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 GetBasePathMappingsResultAbstractAmazonApiGateway. getBasePathMappings(GetBasePathMappingsRequest request)GetBasePathMappingsResultAmazonApiGateway. getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)Represents a collection of BasePathMapping resources.GetBasePathMappingsResultAmazonApiGatewayClient. 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 GetBasePathMappingsResultGetBasePathMappingsResult. clone()GetBasePathMappingsResultGetBasePathMappingsResult. withItems(BasePathMapping... items)The current page of any BasePathMapping resources in the collection of base path mapping resources.GetBasePathMappingsResultGetBasePathMappingsResult. withItems(Collection<BasePathMapping> items)The current page of any BasePathMapping resources in the collection of base path mapping resources.GetBasePathMappingsResultGetBasePathMappingsResult. withPosition(String position)
-