Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteBasePathMappingRequest
-
Packages that use DeleteBasePathMappingRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of DeleteBasePathMappingRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type DeleteBasePathMappingRequest Modifier and Type Method Description default CompletableFuture<DeleteBasePathMappingResponse>ApiGatewayAsyncClient. deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)Deletes the BasePathMapping resource.default DeleteBasePathMappingResponseApiGatewayClient. deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)Deletes the BasePathMapping resource. -
Uses of DeleteBasePathMappingRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type DeleteBasePathMappingRequest Modifier and Type Method Description SdkHttpFullRequestDeleteBasePathMappingRequestMarshaller. marshall(DeleteBasePathMappingRequest deleteBasePathMappingRequest)
-