Uses of Class
software.amazon.awssdk.services.apigateway.model.GetBasePathMappingsResponse
-
Packages that use GetBasePathMappingsResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.paginators -
-
Uses of GetBasePathMappingsResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetBasePathMappingsResponse Modifier and Type Method Description default GetBasePathMappingsResponseApiGatewayClient. getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)Represents a collection of BasePathMapping resources.default GetBasePathMappingsResponseApiGatewayClient. getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)Represents a collection of BasePathMapping resources.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetBasePathMappingsResponse Modifier and Type Method Description default CompletableFuture<GetBasePathMappingsResponse>ApiGatewayAsyncClient. getBasePathMappings(Consumer<GetBasePathMappingsRequest.Builder> getBasePathMappingsRequest)Represents a collection of BasePathMapping resources.default CompletableFuture<GetBasePathMappingsResponse>ApiGatewayAsyncClient. getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)Represents a collection of BasePathMapping resources. -
Uses of GetBasePathMappingsResponse in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type GetBasePathMappingsResponse Modifier and Type Method Description Iterator<GetBasePathMappingsResponse>GetBasePathMappingsIterable. iterator()Method parameters in software.amazon.awssdk.services.apigateway.paginators with type arguments of type GetBasePathMappingsResponse Modifier and Type Method Description voidGetBasePathMappingsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBasePathMappingsResponse> subscriber)
-