Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateBasePathMappingResponse
-
Packages that use UpdateBasePathMappingResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateBasePathMappingResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateBasePathMappingResponse Modifier and Type Method Description default UpdateBasePathMappingResponseApiGatewayClient. updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)Changes information about the BasePathMapping resource.default UpdateBasePathMappingResponseApiGatewayClient. updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)Changes information about the BasePathMapping resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateBasePathMappingResponse Modifier and Type Method Description default CompletableFuture<UpdateBasePathMappingResponse>ApiGatewayAsyncClient. updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest)Changes information about the BasePathMapping resource.default CompletableFuture<UpdateBasePathMappingResponse>ApiGatewayAsyncClient. updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)Changes information about the BasePathMapping resource.
-