Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private Service |
UpdateServiceResult.service
The full description of your service following the update call.
|
private Service |
DeleteServiceResult.service
The full description of the deleted service.
|
private Service |
CreateServiceResult.service
The full description of your service following the create call.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Service> |
DescribeServicesResult.services
The list of services described.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.clone() |
Service |
UpdateServiceResult.getService()
The full description of your service following the update call.
|
Service |
DeleteServiceResult.getService()
The full description of the deleted service.
|
Service |
CreateServiceResult.getService()
The full description of your service following the create call.
|
Service |
Service.withClusterArn(java.lang.String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the service.
|
Service |
Service.withCreatedAt(java.util.Date createdAt)
The Unix time in seconds and milliseconds when the service was created.
|
Service |
Service.withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the
deployment and the ordering of stopping and starting tasks.
|
Service |
Service.withDeployments(java.util.Collection<Deployment> deployments)
The current state of deployments for the service.
|
Service |
Service.withDeployments(Deployment... deployments)
The current state of deployments for the service.
|
Service |
Service.withDesiredCount(java.lang.Integer desiredCount)
The desired number of instantiations of the task definition to keep
running on the service.
|
Service |
Service.withEvents(java.util.Collection<ServiceEvent> events)
The event stream for your service.
|
Service |
Service.withEvents(ServiceEvent... events)
The event stream for your service.
|
Service |
Service.withLoadBalancers(java.util.Collection<LoadBalancer> loadBalancers)
A list of load balancer objects, containing the load balancer name, the
container name (as it appears in a container definition), and the
container port to access from the load balancer.
|
Service |
Service.withLoadBalancers(LoadBalancer... loadBalancers)
A list of load balancer objects, containing the load balancer name, the
container name (as it appears in a container definition), and the
container port to access from the load balancer.
|
Service |
Service.withPendingCount(java.lang.Integer pendingCount)
The number of tasks in the cluster that are in the
PENDING
state. |
Service |
Service.withRoleArn(java.lang.String roleArn)
The Amazon Resource Name (ARN) of the IAM role associated with the
service that allows the Amazon ECS container agent to register container
instances with a load balancer.
|
Service |
Service.withRunningCount(java.lang.Integer runningCount)
The number of tasks in the cluster that are in the
RUNNING
state. |
Service |
Service.withServiceArn(java.lang.String serviceArn)
The Amazon Resource Name (ARN) that identifies the service.
|
Service |
Service.withServiceName(java.lang.String serviceName)
The name of your service.
|
Service |
Service.withStatus(java.lang.String status)
The status of the service.
|
Service |
Service.withTaskDefinition(java.lang.String taskDefinition)
The task definition to use for tasks in the service.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Service> |
DescribeServicesResult.getServices()
The list of services described.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateServiceResult.setService(Service service)
The full description of your service following the update call.
|
void |
DeleteServiceResult.setService(Service service)
The full description of the deleted service.
|
void |
CreateServiceResult.setService(Service service)
The full description of your service following the create call.
|
UpdateServiceResult |
UpdateServiceResult.withService(Service service)
The full description of your service following the update call.
|
DeleteServiceResult |
DeleteServiceResult.withService(Service service)
The full description of the deleted service.
|
CreateServiceResult |
CreateServiceResult.withService(Service service)
The full description of your service following the create call.
|
DescribeServicesResult |
DescribeServicesResult.withServices(Service... services)
The list of services described.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeServicesResult.setServices(java.util.Collection<Service> services)
The list of services described.
|
DescribeServicesResult |
DescribeServicesResult.withServices(java.util.Collection<Service> services)
The list of services described.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceJsonMarshaller.marshall(Service service,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|