Uses of Class
software.amazon.awssdk.services.ecs.model.Service
-
Packages that use Service Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Service in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return Service Modifier and Type Method Description ServiceCreateServiceResponse. service()The full description of your service following the create call.ServiceDeleteServiceResponse. service()The full description of the deleted service.ServiceUpdateServiceResponse. service()The full description of your service following the update call.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Service Modifier and Type Method Description List<Service>DescribeServicesResponse. services()The list of services described.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Service Modifier and Type Method Description CreateServiceResponse.BuilderCreateServiceResponse.Builder. service(Service service)The full description of your service following the create call.DeleteServiceResponse.BuilderDeleteServiceResponse.Builder. service(Service service)The full description of the deleted service.UpdateServiceResponse.BuilderUpdateServiceResponse.Builder. service(Service service)The full description of your service following the update call.DescribeServicesResponse.BuilderDescribeServicesResponse.Builder. services(Service... services)The list of services described.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Service Modifier and Type Method Description DescribeServicesResponse.BuilderDescribeServicesResponse.Builder. services(Collection<Service> services)The list of services described.
-