Uses of Class
software.amazon.awssdk.services.ecs.model.DeleteExpressGatewayServiceResponse
-
Packages that use DeleteExpressGatewayServiceResponse Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service -
-
Uses of DeleteExpressGatewayServiceResponse in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs that return DeleteExpressGatewayServiceResponse Modifier and Type Method Description default DeleteExpressGatewayServiceResponseEcsClient. deleteExpressGatewayService(Consumer<DeleteExpressGatewayServiceRequest.Builder> deleteExpressGatewayServiceRequest)Deletes an Express service and removes all associated Amazon Web Services resources.default DeleteExpressGatewayServiceResponseEcsClient. deleteExpressGatewayService(DeleteExpressGatewayServiceRequest deleteExpressGatewayServiceRequest)Deletes an Express service and removes all associated Amazon Web Services resources.Methods in software.amazon.awssdk.services.ecs that return types with arguments of type DeleteExpressGatewayServiceResponse Modifier and Type Method Description default CompletableFuture<DeleteExpressGatewayServiceResponse>EcsAsyncClient. deleteExpressGatewayService(Consumer<DeleteExpressGatewayServiceRequest.Builder> deleteExpressGatewayServiceRequest)Deletes an Express service and removes all associated Amazon Web Services resources.default CompletableFuture<DeleteExpressGatewayServiceResponse>EcsAsyncClient. deleteExpressGatewayService(DeleteExpressGatewayServiceRequest deleteExpressGatewayServiceRequest)Deletes an Express service and removes all associated Amazon Web Services resources.
-