Uses of Class
software.amazon.awssdk.services.ecs.model.DescribeExpressGatewayServiceRequest
-
Packages that use DescribeExpressGatewayServiceRequest Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.transform -
-
Uses of DescribeExpressGatewayServiceRequest in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs with parameters of type DescribeExpressGatewayServiceRequest Modifier and Type Method Description default CompletableFuture<DescribeExpressGatewayServiceResponse>EcsAsyncClient. describeExpressGatewayService(DescribeExpressGatewayServiceRequest describeExpressGatewayServiceRequest)Retrieves detailed information about an Express service, including current status, configuration, managed infrastructure, and service revisions.default DescribeExpressGatewayServiceResponseEcsClient. describeExpressGatewayService(DescribeExpressGatewayServiceRequest describeExpressGatewayServiceRequest)Retrieves detailed information about an Express service, including current status, configuration, managed infrastructure, and service revisions. -
Uses of DescribeExpressGatewayServiceRequest in software.amazon.awssdk.services.ecs.transform
Methods in software.amazon.awssdk.services.ecs.transform with parameters of type DescribeExpressGatewayServiceRequest Modifier and Type Method Description SdkHttpFullRequestDescribeExpressGatewayServiceRequestMarshaller. marshall(DescribeExpressGatewayServiceRequest describeExpressGatewayServiceRequest)
-