| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
Service |
UpdateServiceResponse.service()
The full description of your service following the update call.
|
Service |
DeleteServiceResponse.service()
The full description of the deleted service.
|
Service |
CreateServiceResponse.service()
The full description of your service following the create call.
|
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
DescribeServicesResponse.services()
The list of services described.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceResponse.Builder |
UpdateServiceResponse.Builder.service(Service service)
The full description of your service following the update call.
|
DeleteServiceResponse.Builder |
DeleteServiceResponse.Builder.service(Service service)
The full description of the deleted service.
|
CreateServiceResponse.Builder |
CreateServiceResponse.Builder.service(Service service)
The full description of your service following the create call.
|
DescribeServicesResponse.Builder |
DescribeServicesResponse.Builder.services(Service... services)
The list of services described.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeServicesResponse.Builder |
DescribeServicesResponse.Builder.services(Collection<Service> services)
The list of services described.
|
Copyright © 2022. All rights reserved.