Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingResponse
Packages that use DeleteBasePathMappingResponse
-
Uses of DeleteBasePathMappingResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteBasePathMappingResponseModifier and TypeMethodDescriptiondefault DeleteBasePathMappingResponseApiGatewayClient.deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest) Deletes the BasePathMapping resource.default DeleteBasePathMappingResponseApiGatewayClient.deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest) Deletes the BasePathMapping resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteBasePathMappingResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest) Deletes the BasePathMapping resource.ApiGatewayAsyncClient.deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest) Deletes the BasePathMapping resource.