Skip navigation links
A B C D E F G H I K L M N P R S T U V W 

A

AbstractAmazonECS - Class in com.amazonaws.services.ecs
Abstract implementation of AmazonECS.
AbstractAmazonECS() - Constructor for class com.amazonaws.services.ecs.AbstractAmazonECS
 
AbstractAmazonECSAsync - Class in com.amazonaws.services.ecs
Abstract implementation of AmazonECSAsync.
AbstractAmazonECSAsync() - Constructor for class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
AccessDeniedException - Exception in com.amazonaws.services.ecs.model
You do not have authorization to perform the requested action.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.ecs.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
addDockerLabelsEntry(String, String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Add a single DockerLabels entry
addDriverOptsEntry(String, String) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Add a single DriverOpts entry
addLabelsEntry(String, String) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Add a single Labels entry
addOptionsEntry(String, String) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
Add a single Options entry
addOptionsEntry(String, String) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
Add a single Options entry
AgentUpdateStatus - Enum in com.amazonaws.services.ecs.model
 
AmazonECS - Interface in com.amazonaws.services.ecs
Interface for accessing Amazon ECS.
AmazonECSAsync - Interface in com.amazonaws.services.ecs
Interface for accessing Amazon ECS asynchronously.
AmazonECSAsyncClient - Class in com.amazonaws.services.ecs
Client for accessing Amazon ECS asynchronously.
AmazonECSAsyncClient() - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.ecs.AmazonECSAsyncClient
AmazonECSAsyncClientBuilder - Class in com.amazonaws.services.ecs
Fluent builder for AmazonECSAsync.
AmazonECSClient - Class in com.amazonaws.services.ecs
Client for accessing Amazon ECS.
AmazonECSClient() - Constructor for class com.amazonaws.services.ecs.AmazonECSClient
AmazonECSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.ecs.AmazonECSClient
AmazonECSClient(AWSCredentials) - Constructor for class com.amazonaws.services.ecs.AmazonECSClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AmazonECSClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AmazonECSClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.ecs.AmazonECSClient
AmazonECSClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.ecs.AmazonECSClient
AmazonECSClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.ecs.AmazonECSClient
AmazonECSClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.ecs.AmazonECSClient
AmazonECSClientBuilder - Class in com.amazonaws.services.ecs
Fluent builder for AmazonECS.
AmazonECSException - Exception in com.amazonaws.services.ecs.model
Base exception for all service exceptions thrown by Amazon EC2 Container Service
AmazonECSException(String) - Constructor for exception com.amazonaws.services.ecs.model.AmazonECSException
Constructs a new AmazonECSException with the specified error message.
AmazonECSWaiters - Class in com.amazonaws.services.ecs.waiters
 
AmazonECSWaiters(AmazonECS) - Constructor for class com.amazonaws.services.ecs.waiters.AmazonECSWaiters
Constructs a new AmazonECSWaiters with the given client
apply(DescribeServicesRequest) - Method in class com.amazonaws.services.ecs.waiters.DescribeServicesFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
apply(DescribeTasksRequest) - Method in class com.amazonaws.services.ecs.waiters.DescribeTasksFunction
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the corresponding result
AssignPublicIp - Enum in com.amazonaws.services.ecs.model
 
asyncBuilder() - Static method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
Attachment - Class in com.amazonaws.services.ecs.model
An object representing a container instance or task attachment.
Attachment() - Constructor for class com.amazonaws.services.ecs.model.Attachment
 
AttachmentStateChange - Class in com.amazonaws.services.ecs.model
An object representing a change in state for a task attachment.
AttachmentStateChange() - Constructor for class com.amazonaws.services.ecs.model.AttachmentStateChange
 
Attribute - Class in com.amazonaws.services.ecs.model
An attribute is a name-value pair associated with an Amazon ECS object.
Attribute() - Constructor for class com.amazonaws.services.ecs.model.Attribute
 
AttributeLimitExceededException - Exception in com.amazonaws.services.ecs.model
You can apply up to 10 custom attributes per resource.
AttributeLimitExceededException(String) - Constructor for exception com.amazonaws.services.ecs.model.AttributeLimitExceededException
Constructs a new AttributeLimitExceededException with the specified error message.
AutoScalingGroupProvider - Class in com.amazonaws.services.ecs.model
The details of the Auto Scaling group for the capacity provider.
AutoScalingGroupProvider() - Constructor for class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
 
AwsVpcConfiguration - Class in com.amazonaws.services.ecs.model
An object representing the networking details for a task or service.
AwsVpcConfiguration() - Constructor for class com.amazonaws.services.ecs.model.AwsVpcConfiguration
 

B

BlockedException - Exception in com.amazonaws.services.ecs.model
Your AWS account has been blocked.
BlockedException(String) - Constructor for exception com.amazonaws.services.ecs.model.BlockedException
Constructs a new BlockedException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClientBuilder
Construct an asynchronous implementation of AmazonECSAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.ecs.AmazonECSClientBuilder
Construct a synchronous implementation of AmazonECS using the current builder configuration.
builder() - Static method in class com.amazonaws.services.ecs.AmazonECSClient
 

C

CapacityProvider - Class in com.amazonaws.services.ecs.model
The details of a capacity provider.
CapacityProvider() - Constructor for class com.amazonaws.services.ecs.model.CapacityProvider
 
CapacityProviderField - Enum in com.amazonaws.services.ecs.model
 
CapacityProviderStatus - Enum in com.amazonaws.services.ecs.model
 
CapacityProviderStrategyItem - Class in com.amazonaws.services.ecs.model
The details of a capacity provider strategy.
CapacityProviderStrategyItem() - Constructor for class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
 
clearDockerLabelsEntries() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Removes all the entries added into DockerLabels.
clearDriverOptsEntries() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Removes all the entries added into DriverOpts.
clearLabelsEntries() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Removes all the entries added into Labels.
clearOptionsEntries() - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
Removes all the entries added into Options.
clearOptionsEntries() - Method in class com.amazonaws.services.ecs.model.LogConfiguration
Removes all the entries added into Options.
ClientException - Exception in com.amazonaws.services.ecs.model
These errors are usually caused by a client action, such as using an action or resource on behalf of a user that doesn't have permissions to use the action or resource, or specifying an identifier that is not valid.
ClientException(String) - Constructor for exception com.amazonaws.services.ecs.model.ClientException
Constructs a new ClientException with the specified error message.
clone() - Method in class com.amazonaws.services.ecs.model.Attachment
 
clone() - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
 
clone() - Method in class com.amazonaws.services.ecs.model.Attribute
 
clone() - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
 
clone() - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
 
clone() - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
 
clone() - Method in class com.amazonaws.services.ecs.model.Cluster
 
clone() - Method in class com.amazonaws.services.ecs.model.ClusterSetting
 
clone() - Method in class com.amazonaws.services.ecs.model.Container
 
clone() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
 
clone() - Method in class com.amazonaws.services.ecs.model.ContainerDependency
 
clone() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
 
clone() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
 
clone() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateClusterResult
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateServiceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteClusterRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteClusterResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteServiceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetResult
 
clone() - Method in class com.amazonaws.services.ecs.model.Deployment
 
clone() - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.DeploymentController
 
clone() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
 
clone() - Method in class com.amazonaws.services.ecs.model.Device
 
clone() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
 
clone() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
 
clone() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
 
clone() - Method in class com.amazonaws.services.ecs.model.Failure
 
clone() - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.HealthCheck
 
clone() - Method in class com.amazonaws.services.ecs.model.HostEntry
 
clone() - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
 
clone() - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
 
clone() - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
 
clone() - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
 
clone() - Method in class com.amazonaws.services.ecs.model.KeyValuePair
 
clone() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
 
clone() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListClustersResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListServicesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.ListTasksResult
 
clone() - Method in class com.amazonaws.services.ecs.model.LoadBalancer
 
clone() - Method in class com.amazonaws.services.ecs.model.LogConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.ManagedScaling
 
clone() - Method in class com.amazonaws.services.ecs.model.MountPoint
 
clone() - Method in class com.amazonaws.services.ecs.model.NetworkBinding
 
clone() - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.NetworkInterface
 
clone() - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
 
clone() - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
 
clone() - Method in class com.amazonaws.services.ecs.model.PlatformDevice
 
clone() - Method in class com.amazonaws.services.ecs.model.PortMapping
 
clone() - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
 
clone() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
 
clone() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingResult
 
clone() - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
 
clone() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
 
clone() - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
 
clone() - Method in class com.amazonaws.services.ecs.model.Resource
 
clone() - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
 
clone() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.RunTaskResult
 
clone() - Method in class com.amazonaws.services.ecs.model.Scale
 
clone() - Method in class com.amazonaws.services.ecs.model.Secret
 
clone() - Method in class com.amazonaws.services.ecs.model.Service
 
clone() - Method in class com.amazonaws.services.ecs.model.ServiceEvent
 
clone() - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
 
clone() - Method in class com.amazonaws.services.ecs.model.Setting
 
clone() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.StartTaskResult
 
clone() - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.StopTaskResult
 
clone() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
 
clone() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
 
clone() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
 
clone() - Method in class com.amazonaws.services.ecs.model.SystemControl
 
clone() - Method in class com.amazonaws.services.ecs.model.Tag
 
clone() - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.Task
 
clone() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
 
clone() - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
 
clone() - Method in class com.amazonaws.services.ecs.model.TaskOverride
 
clone() - Method in class com.amazonaws.services.ecs.model.TaskSet
 
clone() - Method in class com.amazonaws.services.ecs.model.Tmpfs
 
clone() - Method in class com.amazonaws.services.ecs.model.Ulimit
 
clone() - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateServiceResult
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
 
clone() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetResult
 
clone() - Method in class com.amazonaws.services.ecs.model.VersionInfo
 
clone() - Method in class com.amazonaws.services.ecs.model.Volume
 
clone() - Method in class com.amazonaws.services.ecs.model.VolumeFrom
 
Cluster - Class in com.amazonaws.services.ecs.model
A regional grouping of one or more container instances on which you can run task requests.
Cluster() - Constructor for class com.amazonaws.services.ecs.model.Cluster
 
ClusterContainsContainerInstancesException - Exception in com.amazonaws.services.ecs.model
You cannot delete a cluster that has registered container instances.
ClusterContainsContainerInstancesException(String) - Constructor for exception com.amazonaws.services.ecs.model.ClusterContainsContainerInstancesException
Constructs a new ClusterContainsContainerInstancesException with the specified error message.
ClusterContainsServicesException - Exception in com.amazonaws.services.ecs.model
You cannot delete a cluster that contains services.
ClusterContainsServicesException(String) - Constructor for exception com.amazonaws.services.ecs.model.ClusterContainsServicesException
Constructs a new ClusterContainsServicesException with the specified error message.
ClusterContainsTasksException - Exception in com.amazonaws.services.ecs.model
You cannot delete a cluster that has active tasks.
ClusterContainsTasksException(String) - Constructor for exception com.amazonaws.services.ecs.model.ClusterContainsTasksException
Constructs a new ClusterContainsTasksException with the specified error message.
ClusterField - Enum in com.amazonaws.services.ecs.model
 
ClusterNotFoundException - Exception in com.amazonaws.services.ecs.model
The specified cluster could not be found.
ClusterNotFoundException(String) - Constructor for exception com.amazonaws.services.ecs.model.ClusterNotFoundException
Constructs a new ClusterNotFoundException with the specified error message.
ClusterSetting - Class in com.amazonaws.services.ecs.model
The settings to use when creating a cluster.
ClusterSetting() - Constructor for class com.amazonaws.services.ecs.model.ClusterSetting
 
ClusterSettingName - Enum in com.amazonaws.services.ecs.model
 
com.amazonaws.services.ecs - package com.amazonaws.services.ecs
Amazon Elastic Container Service
com.amazonaws.services.ecs.model - package com.amazonaws.services.ecs.model
 
com.amazonaws.services.ecs.waiters - package com.amazonaws.services.ecs.waiters
 
Compatibility - Enum in com.amazonaws.services.ecs.model
 
configFactory - Static variable in class com.amazonaws.services.ecs.AmazonECSClient
Client configuration factory providing ClientConfigurations tailored to this client
Connectivity - Enum in com.amazonaws.services.ecs.model
 
Container - Class in com.amazonaws.services.ecs.model
A Docker container that is part of a task.
Container() - Constructor for class com.amazonaws.services.ecs.model.Container
 
ContainerCondition - Enum in com.amazonaws.services.ecs.model
 
ContainerDefinition - Class in com.amazonaws.services.ecs.model
Container definitions are used in task definitions to describe the different containers that are launched as part of a task.
ContainerDefinition() - Constructor for class com.amazonaws.services.ecs.model.ContainerDefinition
 
ContainerDependency - Class in com.amazonaws.services.ecs.model
The dependencies defined for container startup and shutdown.
ContainerDependency() - Constructor for class com.amazonaws.services.ecs.model.ContainerDependency
 
ContainerInstance - Class in com.amazonaws.services.ecs.model
An EC2 instance that is running the Amazon ECS agent and has been registered with a cluster.
ContainerInstance() - Constructor for class com.amazonaws.services.ecs.model.ContainerInstance
 
ContainerInstanceField - Enum in com.amazonaws.services.ecs.model
 
ContainerInstanceStatus - Enum in com.amazonaws.services.ecs.model
 
ContainerOverride - Class in com.amazonaws.services.ecs.model
The overrides that should be sent to a container.
ContainerOverride() - Constructor for class com.amazonaws.services.ecs.model.ContainerOverride
 
ContainerStateChange - Class in com.amazonaws.services.ecs.model
An object representing a change in state for a container.
ContainerStateChange() - Constructor for class com.amazonaws.services.ecs.model.ContainerStateChange
 
createCapacityProvider(CreateCapacityProviderRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
createCapacityProvider(CreateCapacityProviderRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Creates a new capacity provider.
createCapacityProvider(CreateCapacityProviderRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Creates a new capacity provider.
createCapacityProviderAsync(CreateCapacityProviderRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createCapacityProviderAsync(CreateCapacityProviderRequest, AsyncHandler<CreateCapacityProviderRequest, CreateCapacityProviderResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createCapacityProviderAsync(CreateCapacityProviderRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Creates a new capacity provider.
createCapacityProviderAsync(CreateCapacityProviderRequest, AsyncHandler<CreateCapacityProviderRequest, CreateCapacityProviderResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Creates a new capacity provider.
createCapacityProviderAsync(CreateCapacityProviderRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
createCapacityProviderAsync(CreateCapacityProviderRequest, AsyncHandler<CreateCapacityProviderRequest, CreateCapacityProviderResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
CreateCapacityProviderRequest - Class in com.amazonaws.services.ecs.model
 
CreateCapacityProviderRequest() - Constructor for class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
 
CreateCapacityProviderResult - Class in com.amazonaws.services.ecs.model
 
CreateCapacityProviderResult() - Constructor for class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
 
createCluster(CreateClusterRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
createCluster() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
createCluster(CreateClusterRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Creates a new Amazon ECS cluster.
createCluster() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the CreateCluster operation.
createCluster(CreateClusterRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Creates a new Amazon ECS cluster.
createCluster() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
createClusterAsync(CreateClusterRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createClusterAsync(CreateClusterRequest, AsyncHandler<CreateClusterRequest, CreateClusterResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createClusterAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the CreateCluster operation.
createClusterAsync(AsyncHandler<CreateClusterRequest, CreateClusterResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the CreateCluster operation with an AsyncHandler.
createClusterAsync(CreateClusterRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Creates a new Amazon ECS cluster.
createClusterAsync(CreateClusterRequest, AsyncHandler<CreateClusterRequest, CreateClusterResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Creates a new Amazon ECS cluster.
createClusterAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the CreateCluster operation.
createClusterAsync(AsyncHandler<CreateClusterRequest, CreateClusterResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the CreateCluster operation with an AsyncHandler.
createClusterAsync(CreateClusterRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
createClusterAsync(CreateClusterRequest, AsyncHandler<CreateClusterRequest, CreateClusterResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
createClusterAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the CreateCluster operation.
createClusterAsync(AsyncHandler<CreateClusterRequest, CreateClusterResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the CreateCluster operation with an AsyncHandler.
CreateClusterRequest - Class in com.amazonaws.services.ecs.model
 
CreateClusterRequest() - Constructor for class com.amazonaws.services.ecs.model.CreateClusterRequest
 
CreateClusterResult - Class in com.amazonaws.services.ecs.model
 
CreateClusterResult() - Constructor for class com.amazonaws.services.ecs.model.CreateClusterResult
 
createService(CreateServiceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
createService(CreateServiceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Runs and maintains a desired number of tasks from a specified task definition.
createService(CreateServiceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Runs and maintains a desired number of tasks from a specified task definition.
createServiceAsync(CreateServiceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createServiceAsync(CreateServiceRequest, AsyncHandler<CreateServiceRequest, CreateServiceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createServiceAsync(CreateServiceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Runs and maintains a desired number of tasks from a specified task definition.
createServiceAsync(CreateServiceRequest, AsyncHandler<CreateServiceRequest, CreateServiceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Runs and maintains a desired number of tasks from a specified task definition.
createServiceAsync(CreateServiceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
createServiceAsync(CreateServiceRequest, AsyncHandler<CreateServiceRequest, CreateServiceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
CreateServiceRequest - Class in com.amazonaws.services.ecs.model
 
CreateServiceRequest() - Constructor for class com.amazonaws.services.ecs.model.CreateServiceRequest
 
CreateServiceResult - Class in com.amazonaws.services.ecs.model
 
CreateServiceResult() - Constructor for class com.amazonaws.services.ecs.model.CreateServiceResult
 
createTaskSet(CreateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
createTaskSet(CreateTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Create a task set in the specified cluster and service.
createTaskSet(CreateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Create a task set in the specified cluster and service.
createTaskSetAsync(CreateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createTaskSetAsync(CreateTaskSetRequest, AsyncHandler<CreateTaskSetRequest, CreateTaskSetResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
createTaskSetAsync(CreateTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Create a task set in the specified cluster and service.
createTaskSetAsync(CreateTaskSetRequest, AsyncHandler<CreateTaskSetRequest, CreateTaskSetResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Create a task set in the specified cluster and service.
createTaskSetAsync(CreateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
createTaskSetAsync(CreateTaskSetRequest, AsyncHandler<CreateTaskSetRequest, CreateTaskSetResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
CreateTaskSetRequest - Class in com.amazonaws.services.ecs.model
 
CreateTaskSetRequest() - Constructor for class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
CreateTaskSetResult - Class in com.amazonaws.services.ecs.model
 
CreateTaskSetResult() - Constructor for class com.amazonaws.services.ecs.model.CreateTaskSetResult
 

D

defaultClient() - Static method in class com.amazonaws.services.ecs.AmazonECSAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.ecs.AmazonECSClientBuilder
 
deleteAccountSetting(DeleteAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
deleteAccountSetting(DeleteAccountSettingRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Disables an account setting for a specified IAM user, IAM role, or the root user for an account.
deleteAccountSetting(DeleteAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Disables an account setting for a specified IAM user, IAM role, or the root user for an account.
deleteAccountSettingAsync(DeleteAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteAccountSettingAsync(DeleteAccountSettingRequest, AsyncHandler<DeleteAccountSettingRequest, DeleteAccountSettingResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteAccountSettingAsync(DeleteAccountSettingRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Disables an account setting for a specified IAM user, IAM role, or the root user for an account.
deleteAccountSettingAsync(DeleteAccountSettingRequest, AsyncHandler<DeleteAccountSettingRequest, DeleteAccountSettingResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Disables an account setting for a specified IAM user, IAM role, or the root user for an account.
deleteAccountSettingAsync(DeleteAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
deleteAccountSettingAsync(DeleteAccountSettingRequest, AsyncHandler<DeleteAccountSettingRequest, DeleteAccountSettingResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DeleteAccountSettingRequest - Class in com.amazonaws.services.ecs.model
 
DeleteAccountSettingRequest() - Constructor for class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
 
DeleteAccountSettingResult - Class in com.amazonaws.services.ecs.model
 
DeleteAccountSettingResult() - Constructor for class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
 
deleteAttributes(DeleteAttributesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
deleteAttributes(DeleteAttributesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deletes one or more custom attributes from an Amazon ECS resource.
deleteAttributes(DeleteAttributesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Deletes one or more custom attributes from an Amazon ECS resource.
deleteAttributesAsync(DeleteAttributesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteAttributesAsync(DeleteAttributesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes one or more custom attributes from an Amazon ECS resource.
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes one or more custom attributes from an Amazon ECS resource.
deleteAttributesAsync(DeleteAttributesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, DeleteAttributesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DeleteAttributesRequest - Class in com.amazonaws.services.ecs.model
 
DeleteAttributesRequest() - Constructor for class com.amazonaws.services.ecs.model.DeleteAttributesRequest
 
DeleteAttributesResult - Class in com.amazonaws.services.ecs.model
 
DeleteAttributesResult() - Constructor for class com.amazonaws.services.ecs.model.DeleteAttributesResult
 
deleteCluster(DeleteClusterRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
deleteCluster(DeleteClusterRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deletes the specified cluster.
deleteCluster(DeleteClusterRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Deletes the specified cluster.
deleteClusterAsync(DeleteClusterRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteClusterAsync(DeleteClusterRequest, AsyncHandler<DeleteClusterRequest, DeleteClusterResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteClusterAsync(DeleteClusterRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes the specified cluster.
deleteClusterAsync(DeleteClusterRequest, AsyncHandler<DeleteClusterRequest, DeleteClusterResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes the specified cluster.
deleteClusterAsync(DeleteClusterRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
deleteClusterAsync(DeleteClusterRequest, AsyncHandler<DeleteClusterRequest, DeleteClusterResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DeleteClusterRequest - Class in com.amazonaws.services.ecs.model
 
DeleteClusterRequest() - Constructor for class com.amazonaws.services.ecs.model.DeleteClusterRequest
 
DeleteClusterResult - Class in com.amazonaws.services.ecs.model
 
DeleteClusterResult() - Constructor for class com.amazonaws.services.ecs.model.DeleteClusterResult
 
deleteService(DeleteServiceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
deleteService(DeleteServiceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deletes a specified service within a cluster.
deleteService(DeleteServiceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Deletes a specified service within a cluster.
deleteServiceAsync(DeleteServiceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteServiceAsync(DeleteServiceRequest, AsyncHandler<DeleteServiceRequest, DeleteServiceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteServiceAsync(DeleteServiceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes a specified service within a cluster.
deleteServiceAsync(DeleteServiceRequest, AsyncHandler<DeleteServiceRequest, DeleteServiceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes a specified service within a cluster.
deleteServiceAsync(DeleteServiceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
deleteServiceAsync(DeleteServiceRequest, AsyncHandler<DeleteServiceRequest, DeleteServiceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DeleteServiceRequest - Class in com.amazonaws.services.ecs.model
 
DeleteServiceRequest() - Constructor for class com.amazonaws.services.ecs.model.DeleteServiceRequest
 
DeleteServiceResult - Class in com.amazonaws.services.ecs.model
 
DeleteServiceResult() - Constructor for class com.amazonaws.services.ecs.model.DeleteServiceResult
 
deleteTaskSet(DeleteTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
deleteTaskSet(DeleteTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deletes a specified task set within a service.
deleteTaskSet(DeleteTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Deletes a specified task set within a service.
deleteTaskSetAsync(DeleteTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteTaskSetAsync(DeleteTaskSetRequest, AsyncHandler<DeleteTaskSetRequest, DeleteTaskSetResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deleteTaskSetAsync(DeleteTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes a specified task set within a service.
deleteTaskSetAsync(DeleteTaskSetRequest, AsyncHandler<DeleteTaskSetRequest, DeleteTaskSetResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes a specified task set within a service.
deleteTaskSetAsync(DeleteTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
deleteTaskSetAsync(DeleteTaskSetRequest, AsyncHandler<DeleteTaskSetRequest, DeleteTaskSetResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DeleteTaskSetRequest - Class in com.amazonaws.services.ecs.model
 
DeleteTaskSetRequest() - Constructor for class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
 
DeleteTaskSetResult - Class in com.amazonaws.services.ecs.model
 
DeleteTaskSetResult() - Constructor for class com.amazonaws.services.ecs.model.DeleteTaskSetResult
 
Deployment - Class in com.amazonaws.services.ecs.model
The details of an Amazon ECS service deployment.
Deployment() - Constructor for class com.amazonaws.services.ecs.model.Deployment
 
DeploymentConfiguration - Class in com.amazonaws.services.ecs.model
Optional deployment parameters that control how many tasks run during a deployment and the ordering of stopping and starting tasks.
DeploymentConfiguration() - Constructor for class com.amazonaws.services.ecs.model.DeploymentConfiguration
 
DeploymentController - Class in com.amazonaws.services.ecs.model
The deployment controller to use for the service.
DeploymentController() - Constructor for class com.amazonaws.services.ecs.model.DeploymentController
 
DeploymentControllerType - Enum in com.amazonaws.services.ecs.model
 
deregisterContainerInstance(DeregisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
deregisterContainerInstance(DeregisterContainerInstanceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deregisters an Amazon ECS container instance from the specified cluster.
deregisterContainerInstance(DeregisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Deregisters an Amazon ECS container instance from the specified cluster.
deregisterContainerInstanceAsync(DeregisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deregisterContainerInstanceAsync(DeregisterContainerInstanceRequest, AsyncHandler<DeregisterContainerInstanceRequest, DeregisterContainerInstanceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deregisterContainerInstanceAsync(DeregisterContainerInstanceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deregisters an Amazon ECS container instance from the specified cluster.
deregisterContainerInstanceAsync(DeregisterContainerInstanceRequest, AsyncHandler<DeregisterContainerInstanceRequest, DeregisterContainerInstanceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deregisters an Amazon ECS container instance from the specified cluster.
deregisterContainerInstanceAsync(DeregisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
deregisterContainerInstanceAsync(DeregisterContainerInstanceRequest, AsyncHandler<DeregisterContainerInstanceRequest, DeregisterContainerInstanceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DeregisterContainerInstanceRequest - Class in com.amazonaws.services.ecs.model
 
DeregisterContainerInstanceRequest() - Constructor for class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
 
DeregisterContainerInstanceResult - Class in com.amazonaws.services.ecs.model
 
DeregisterContainerInstanceResult() - Constructor for class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
 
deregisterTaskDefinition(DeregisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
deregisterTaskDefinition(DeregisterTaskDefinitionRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deregisters the specified task definition by family and revision.
deregisterTaskDefinition(DeregisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Deregisters the specified task definition by family and revision.
deregisterTaskDefinitionAsync(DeregisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deregisterTaskDefinitionAsync(DeregisterTaskDefinitionRequest, AsyncHandler<DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
deregisterTaskDefinitionAsync(DeregisterTaskDefinitionRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deregisters the specified task definition by family and revision.
deregisterTaskDefinitionAsync(DeregisterTaskDefinitionRequest, AsyncHandler<DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deregisters the specified task definition by family and revision.
deregisterTaskDefinitionAsync(DeregisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
deregisterTaskDefinitionAsync(DeregisterTaskDefinitionRequest, AsyncHandler<DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DeregisterTaskDefinitionRequest - Class in com.amazonaws.services.ecs.model
 
DeregisterTaskDefinitionRequest() - Constructor for class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
 
DeregisterTaskDefinitionResult - Class in com.amazonaws.services.ecs.model
 
DeregisterTaskDefinitionResult() - Constructor for class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
 
describeCapacityProviders(DescribeCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeCapacityProviders(DescribeCapacityProvidersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Describes one or more of your capacity providers.
describeCapacityProviders(DescribeCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Describes one or more of your capacity providers.
describeCapacityProvidersAsync(DescribeCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeCapacityProvidersAsync(DescribeCapacityProvidersRequest, AsyncHandler<DescribeCapacityProvidersRequest, DescribeCapacityProvidersResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeCapacityProvidersAsync(DescribeCapacityProvidersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes one or more of your capacity providers.
describeCapacityProvidersAsync(DescribeCapacityProvidersRequest, AsyncHandler<DescribeCapacityProvidersRequest, DescribeCapacityProvidersResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes one or more of your capacity providers.
describeCapacityProvidersAsync(DescribeCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeCapacityProvidersAsync(DescribeCapacityProvidersRequest, AsyncHandler<DescribeCapacityProvidersRequest, DescribeCapacityProvidersResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DescribeCapacityProvidersRequest - Class in com.amazonaws.services.ecs.model
 
DescribeCapacityProvidersRequest() - Constructor for class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
 
DescribeCapacityProvidersResult - Class in com.amazonaws.services.ecs.model
 
DescribeCapacityProvidersResult() - Constructor for class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
 
describeClusters(DescribeClustersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeClusters() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeClusters(DescribeClustersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Describes one or more of your clusters.
describeClusters() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the DescribeClusters operation.
describeClusters(DescribeClustersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Describes one or more of your clusters.
describeClusters() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
describeClustersAsync(DescribeClustersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeClustersAsync(DescribeClustersRequest, AsyncHandler<DescribeClustersRequest, DescribeClustersResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeClustersAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the DescribeClusters operation.
describeClustersAsync(AsyncHandler<DescribeClustersRequest, DescribeClustersResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.
describeClustersAsync(DescribeClustersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes one or more of your clusters.
describeClustersAsync(DescribeClustersRequest, AsyncHandler<DescribeClustersRequest, DescribeClustersResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes one or more of your clusters.
describeClustersAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the DescribeClusters operation.
describeClustersAsync(AsyncHandler<DescribeClustersRequest, DescribeClustersResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.
describeClustersAsync(DescribeClustersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeClustersAsync(DescribeClustersRequest, AsyncHandler<DescribeClustersRequest, DescribeClustersResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeClustersAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the DescribeClusters operation.
describeClustersAsync(AsyncHandler<DescribeClustersRequest, DescribeClustersResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the DescribeClusters operation with an AsyncHandler.
DescribeClustersRequest - Class in com.amazonaws.services.ecs.model
 
DescribeClustersRequest() - Constructor for class com.amazonaws.services.ecs.model.DescribeClustersRequest
 
DescribeClustersResult - Class in com.amazonaws.services.ecs.model
 
DescribeClustersResult() - Constructor for class com.amazonaws.services.ecs.model.DescribeClustersResult
 
describeContainerInstances(DescribeContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeContainerInstances(DescribeContainerInstancesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Describes Amazon Elastic Container Service container instances.
describeContainerInstances(DescribeContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Describes Amazon Elastic Container Service container instances.
describeContainerInstancesAsync(DescribeContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeContainerInstancesAsync(DescribeContainerInstancesRequest, AsyncHandler<DescribeContainerInstancesRequest, DescribeContainerInstancesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeContainerInstancesAsync(DescribeContainerInstancesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes Amazon Elastic Container Service container instances.
describeContainerInstancesAsync(DescribeContainerInstancesRequest, AsyncHandler<DescribeContainerInstancesRequest, DescribeContainerInstancesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes Amazon Elastic Container Service container instances.
describeContainerInstancesAsync(DescribeContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeContainerInstancesAsync(DescribeContainerInstancesRequest, AsyncHandler<DescribeContainerInstancesRequest, DescribeContainerInstancesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DescribeContainerInstancesRequest - Class in com.amazonaws.services.ecs.model
 
DescribeContainerInstancesRequest() - Constructor for class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
 
DescribeContainerInstancesResult - Class in com.amazonaws.services.ecs.model
 
DescribeContainerInstancesResult() - Constructor for class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
 
describeServices(DescribeServicesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeServices(DescribeServicesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Describes the specified services running in your cluster.
describeServices(DescribeServicesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Describes the specified services running in your cluster.
describeServicesAsync(DescribeServicesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeServicesAsync(DescribeServicesRequest, AsyncHandler<DescribeServicesRequest, DescribeServicesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeServicesAsync(DescribeServicesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes the specified services running in your cluster.
describeServicesAsync(DescribeServicesRequest, AsyncHandler<DescribeServicesRequest, DescribeServicesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes the specified services running in your cluster.
describeServicesAsync(DescribeServicesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeServicesAsync(DescribeServicesRequest, AsyncHandler<DescribeServicesRequest, DescribeServicesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DescribeServicesFunction - Class in com.amazonaws.services.ecs.waiters
 
DescribeServicesFunction(AmazonECS) - Constructor for class com.amazonaws.services.ecs.waiters.DescribeServicesFunction
Constructs a new DescribeServicesFunction with the given client
DescribeServicesRequest - Class in com.amazonaws.services.ecs.model
 
DescribeServicesRequest() - Constructor for class com.amazonaws.services.ecs.model.DescribeServicesRequest
 
DescribeServicesResult - Class in com.amazonaws.services.ecs.model
 
DescribeServicesResult() - Constructor for class com.amazonaws.services.ecs.model.DescribeServicesResult
 
describeTaskDefinition(DescribeTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeTaskDefinition(DescribeTaskDefinitionRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Describes a task definition.
describeTaskDefinition(DescribeTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Describes a task definition.
describeTaskDefinitionAsync(DescribeTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeTaskDefinitionAsync(DescribeTaskDefinitionRequest, AsyncHandler<DescribeTaskDefinitionRequest, DescribeTaskDefinitionResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeTaskDefinitionAsync(DescribeTaskDefinitionRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes a task definition.
describeTaskDefinitionAsync(DescribeTaskDefinitionRequest, AsyncHandler<DescribeTaskDefinitionRequest, DescribeTaskDefinitionResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes a task definition.
describeTaskDefinitionAsync(DescribeTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeTaskDefinitionAsync(DescribeTaskDefinitionRequest, AsyncHandler<DescribeTaskDefinitionRequest, DescribeTaskDefinitionResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DescribeTaskDefinitionRequest - Class in com.amazonaws.services.ecs.model
 
DescribeTaskDefinitionRequest() - Constructor for class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
 
DescribeTaskDefinitionResult - Class in com.amazonaws.services.ecs.model
 
DescribeTaskDefinitionResult() - Constructor for class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
 
describeTasks(DescribeTasksRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeTasks(DescribeTasksRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Describes a specified task or tasks.
describeTasks(DescribeTasksRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Describes a specified task or tasks.
describeTasksAsync(DescribeTasksRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeTasksAsync(DescribeTasksRequest, AsyncHandler<DescribeTasksRequest, DescribeTasksResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeTasksAsync(DescribeTasksRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes a specified task or tasks.
describeTasksAsync(DescribeTasksRequest, AsyncHandler<DescribeTasksRequest, DescribeTasksResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes a specified task or tasks.
describeTasksAsync(DescribeTasksRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeTasksAsync(DescribeTasksRequest, AsyncHandler<DescribeTasksRequest, DescribeTasksResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeTaskSets(DescribeTaskSetsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
describeTaskSets(DescribeTaskSetsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Describes the task sets in the specified cluster and service.
describeTaskSets(DescribeTaskSetsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Describes the task sets in the specified cluster and service.
describeTaskSetsAsync(DescribeTaskSetsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeTaskSetsAsync(DescribeTaskSetsRequest, AsyncHandler<DescribeTaskSetsRequest, DescribeTaskSetsResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
describeTaskSetsAsync(DescribeTaskSetsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes the task sets in the specified cluster and service.
describeTaskSetsAsync(DescribeTaskSetsRequest, AsyncHandler<DescribeTaskSetsRequest, DescribeTaskSetsResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Describes the task sets in the specified cluster and service.
describeTaskSetsAsync(DescribeTaskSetsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
describeTaskSetsAsync(DescribeTaskSetsRequest, AsyncHandler<DescribeTaskSetsRequest, DescribeTaskSetsResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
DescribeTaskSetsRequest - Class in com.amazonaws.services.ecs.model
 
DescribeTaskSetsRequest() - Constructor for class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
 
DescribeTaskSetsResult - Class in com.amazonaws.services.ecs.model
 
DescribeTaskSetsResult() - Constructor for class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
 
DescribeTasksFunction - Class in com.amazonaws.services.ecs.waiters
 
DescribeTasksFunction(AmazonECS) - Constructor for class com.amazonaws.services.ecs.waiters.DescribeTasksFunction
Constructs a new DescribeTasksFunction with the given client
DescribeTasksRequest - Class in com.amazonaws.services.ecs.model
 
DescribeTasksRequest() - Constructor for class com.amazonaws.services.ecs.model.DescribeTasksRequest
 
DescribeTasksResult - Class in com.amazonaws.services.ecs.model
 
DescribeTasksResult() - Constructor for class com.amazonaws.services.ecs.model.DescribeTasksResult
 
DesiredStatus - Enum in com.amazonaws.services.ecs.model
 
Device - Class in com.amazonaws.services.ecs.model
An object representing a container instance host device.
Device() - Constructor for class com.amazonaws.services.ecs.model.Device
 
DeviceCgroupPermission - Enum in com.amazonaws.services.ecs.model
 
discoverPollEndpoint(DiscoverPollEndpointRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
discoverPollEndpoint() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
discoverPollEndpoint(DiscoverPollEndpointRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
discoverPollEndpoint() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the DiscoverPollEndpoint operation.
discoverPollEndpoint(DiscoverPollEndpointRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
discoverPollEndpoint() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
discoverPollEndpointAsync(DiscoverPollEndpointRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
discoverPollEndpointAsync(DiscoverPollEndpointRequest, AsyncHandler<DiscoverPollEndpointRequest, DiscoverPollEndpointResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
discoverPollEndpointAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the DiscoverPollEndpoint operation.
discoverPollEndpointAsync(AsyncHandler<DiscoverPollEndpointRequest, DiscoverPollEndpointResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the DiscoverPollEndpoint operation with an AsyncHandler.
discoverPollEndpointAsync(DiscoverPollEndpointRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
discoverPollEndpointAsync(DiscoverPollEndpointRequest, AsyncHandler<DiscoverPollEndpointRequest, DiscoverPollEndpointResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
discoverPollEndpointAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the DiscoverPollEndpoint operation.
discoverPollEndpointAsync(AsyncHandler<DiscoverPollEndpointRequest, DiscoverPollEndpointResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the DiscoverPollEndpoint operation with an AsyncHandler.
discoverPollEndpointAsync(DiscoverPollEndpointRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
discoverPollEndpointAsync(DiscoverPollEndpointRequest, AsyncHandler<DiscoverPollEndpointRequest, DiscoverPollEndpointResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
discoverPollEndpointAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the DiscoverPollEndpoint operation.
discoverPollEndpointAsync(AsyncHandler<DiscoverPollEndpointRequest, DiscoverPollEndpointResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the DiscoverPollEndpoint operation with an AsyncHandler.
DiscoverPollEndpointRequest - Class in com.amazonaws.services.ecs.model
 
DiscoverPollEndpointRequest() - Constructor for class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
 
DiscoverPollEndpointResult - Class in com.amazonaws.services.ecs.model
 
DiscoverPollEndpointResult() - Constructor for class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
 
DockerVolumeConfiguration - Class in com.amazonaws.services.ecs.model
This parameter is specified when you are using Docker volumes.
DockerVolumeConfiguration() - Constructor for class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
 

E

EFSAuthorizationConfig - Class in com.amazonaws.services.ecs.model
The authorization configuration details for the Amazon EFS file system.
EFSAuthorizationConfig() - Constructor for class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
 
EFSAuthorizationConfigIAM - Enum in com.amazonaws.services.ecs.model
 
EFSTransitEncryption - Enum in com.amazonaws.services.ecs.model
 
EFSVolumeConfiguration - Class in com.amazonaws.services.ecs.model
This parameter is specified when you are using an Amazon Elastic File System file system for task storage.
EFSVolumeConfiguration() - Constructor for class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
 
ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.ecs.AmazonECS
The region metadata service name for computing region endpoints.
EnvironmentFile - Class in com.amazonaws.services.ecs.model
A list of files containing the environment variables to pass to a container.
EnvironmentFile() - Constructor for class com.amazonaws.services.ecs.model.EnvironmentFile
 
EnvironmentFileType - Enum in com.amazonaws.services.ecs.model
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Attachment
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Attribute
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Cluster
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ClusterSetting
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Container
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ContainerDependency
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateClusterResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateServiceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteClusterRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteClusterResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteServiceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Deployment
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeploymentController
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Device
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Failure
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.HealthCheck
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.HostEntry
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.KeyValuePair
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListClustersResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListServicesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ListTasksResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.MountPoint
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PlatformDevice
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PortMapping
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Resource
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.RunTaskResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Scale
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Secret
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Service
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Setting
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.StartTaskResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.StopTaskResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.SystemControl
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Tag
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Task
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.TaskOverride
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.TaskSet
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Tmpfs
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Ulimit
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateServiceResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetResult
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.VersionInfo
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.Volume
 
equals(Object) - Method in class com.amazonaws.services.ecs.model.VolumeFrom
 

F

Failure - Class in com.amazonaws.services.ecs.model
A failed resource.
Failure() - Constructor for class com.amazonaws.services.ecs.model.Failure
 
FirelensConfiguration - Class in com.amazonaws.services.ecs.model
The FireLens configuration for the container.
FirelensConfiguration() - Constructor for class com.amazonaws.services.ecs.model.FirelensConfiguration
 
FirelensConfigurationType - Enum in com.amazonaws.services.ecs.model
 
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.AgentUpdateStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.AssignPublicIp
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.CapacityProviderField
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.CapacityProviderStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ClusterField
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ClusterSettingName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.Compatibility
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.Connectivity
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ContainerCondition
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ContainerInstanceField
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ContainerInstanceStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.DeploymentControllerType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.DesiredStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.DeviceCgroupPermission
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.EFSAuthorizationConfigIAM
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.EFSTransitEncryption
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.EnvironmentFileType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.FirelensConfigurationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.HealthStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.IpcMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.LaunchType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.LogDriver
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ManagedScalingStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ManagedTerminationProtection
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.NetworkMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.PidMode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.PlacementConstraintType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.PlacementStrategyType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.PlatformDeviceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.PropagateTags
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ProxyConfigurationType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ResourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ScaleUnit
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.SchedulingStrategy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.Scope
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.ServiceField
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.SettingName
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.SortOrder
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.StabilityStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TargetType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionFamilyStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionField
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraintType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TaskField
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TaskSetField
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TaskStopCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.TransportProtocol
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ecs.model.UlimitName
Use this in place of valueOf.

G

getAccessPointId() - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
The Amazon EFS access point ID to use.
getAcknowledgment() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
Acknowledgement of the state change.
getAcknowledgment() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
Acknowledgement of the state change.
getAcknowledgment() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
Acknowledgement of the state change.
getActiveServicesCount() - Method in class com.amazonaws.services.ecs.model.Cluster
The number of services that are running on the cluster in an ACTIVE state.
getAdd() - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been added to the default configuration provided by Docker.
getAgentConnected() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
This parameter returns true if the agent is connected to Amazon ECS.
getAgentHash() - Method in class com.amazonaws.services.ecs.model.VersionInfo
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
getAgentUpdateStatus() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the most recent agent update.
getAgentVersion() - Method in class com.amazonaws.services.ecs.model.VersionInfo
The version number of the Amazon ECS container agent.
getArn() - Method in class com.amazonaws.services.ecs.model.Failure
The Amazon Resource Name (ARN) of the failed resource.
getAssignPublicIp() - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
Whether the task's elastic network interface receives a public IP address.
getAttachmentArn() - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
The Amazon Resource Name (ARN) of the attachment.
getAttachmentId() - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The attachment ID for the network interface.
getAttachments() - Method in class com.amazonaws.services.ecs.model.Cluster
The resources attached to a cluster.
getAttachments() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The resources attached to a container instance, such as elastic network interfaces.
getAttachments() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
Any attachments associated with the state change request.
getAttachments() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any attachments associated with the state change request.
getAttachments() - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Network Adapter associated with the task if the task uses the awsvpc network mode.
getAttachmentsStatus() - Method in class com.amazonaws.services.ecs.model.Cluster
The status of the capacity providers associated with the cluster.
getAttributeName() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The name of the attribute with which to filter the results.
getAttributes() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.
getAttributes() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
The attributes to delete from your resource.
getAttributes() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
A list of attribute objects that were successfully deleted from your resource.
getAttributes() - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
A list of attribute objects that meet the criteria of the request.
getAttributes() - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
The attributes to apply to your resource.
getAttributes() - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
The attributes applied to your resource.
getAttributes() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The container instance attributes that this container instance supports.
getAttributes() - Method in class com.amazonaws.services.ecs.model.Task
The attributes of the task
getAttributeValue() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The value of the attribute with which to filter results.
getAuthorizationConfig() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The authorization configuration details for the Amazon EFS file system.
getAutoprovision() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
If this value is true, the Docker volume is created if it does not already exist.
getAutoScalingGroupArn() - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The Amazon Resource Name (ARN) that identifies the Auto Scaling group.
getAutoScalingGroupProvider() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The Auto Scaling group settings for the capacity provider.
getAutoScalingGroupProvider() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The details of the Auto Scaling group for the capacity provider.
getAvailabilityZone() - Method in class com.amazonaws.services.ecs.model.Task
The availability zone of the task.
getAwsvpcConfiguration() - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
The VPC subnets and security groups associated with a task.
getBase() - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The base value designates how many tasks, at a minimum, to run on the specified capacity provider.
getBindIP() - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The IP address that the container is bound to on the container instance.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCapabilities() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
getCapacityProvider() - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The short name of the capacity provider.
getCapacityProvider() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
The full description of the new capacity provider.
getCapacityProviderArn() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The Amazon Resource Name (ARN) that identifies the capacity provider.
getCapacityProviderName() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The capacity provider associated with the container instance.
getCapacityProviderName() - Method in class com.amazonaws.services.ecs.model.Task
The capacity provider associated with the task.
getCapacityProviders() - Method in class com.amazonaws.services.ecs.model.Cluster
The capacity providers associated with the cluster.
getCapacityProviders() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The short name of one or more capacity providers to associate with the cluster.
getCapacityProviders() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The short name or full Amazon Resource Name (ARN) of one or more capacity providers.
getCapacityProviders() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
The list of capacity providers.
getCapacityProviders() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The name of one or more capacity providers to associate with the cluster.
getCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The capacity provider strategy to use for the service.
getCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The capacity provider strategy to use for the task set.
getCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.Deployment
The capacity provider strategy that the deployment is using.
getCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The capacity provider strategy to use for the task.
getCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.Service
The capacity provider strategy associated with the service.
getCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.TaskSet
The capacity provider strategy associated with the task set.
getCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The capacity provider strategy to update the service to use.
getClientToken() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
getClientToken() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
getCluster() - Method in class com.amazonaws.services.ecs.model.CreateClusterResult
The full description of your new cluster.
getCluster() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to run your service.
getCluster() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.
getCluster() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete attributes.
getCluster() - Method in class com.amazonaws.services.ecs.model.DeleteClusterRequest
The short name or full Amazon Resource Name (ARN) of the cluster to delete.
getCluster() - Method in class com.amazonaws.services.ecs.model.DeleteClusterResult
The full description of the deleted cluster.
getCluster() - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.
getCluster() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in to delete.
getCluster() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to deregister.
getCluster() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe.
getCluster() - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe.
getCluster() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
getCluster() - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task or tasks to describe.
getCluster() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.
getCluster() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
getCluster() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to list.
getCluster() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list.
getCluster() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list.
getCluster() - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.
getCluster() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The short name or full Amazon Resource Name (ARN) of the cluster to modify the capacity provider settings for.
getCluster() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
 
getCluster() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The short name or full Amazon Resource Name (ARN) of the cluster with which to register your container instance.
getCluster() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task.
getCluster() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to start your task.
getCluster() - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop.
getCluster() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
getCluster() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The short name or full ARN of the cluster that hosts the container.
getCluster() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
getCluster() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
The name of the cluster to modify the settings for.
getCluster() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
 
getCluster() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
getCluster() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to update.
getCluster() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
getCluster() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on.
getCluster() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
getClusterArn() - Method in class com.amazonaws.services.ecs.model.Cluster
The Amazon Resource Name (ARN) that identifies the cluster.
getClusterArn() - Method in class com.amazonaws.services.ecs.model.Service
The Amazon Resource Name (ARN) of the cluster that hosts the service.
getClusterArn() - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the cluster that hosts the task.
getClusterArn() - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists in.
getClusterArns() - Method in class com.amazonaws.services.ecs.model.ListClustersResult
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
getClusterName() - Method in class com.amazonaws.services.ecs.model.Cluster
A user-generated string that you use to identify your cluster.
getClusterName() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The name of your cluster.
getClusters() - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries.
getClusters() - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
The list of clusters.
getCommand() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The command that is passed to the container.
getCommand() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The command to send to the container that overrides the default command from the Docker image or the task definition.
getCommand() - Method in class com.amazonaws.services.ecs.model.HealthCheck
A string array representing the command that the container runs to determine if it is healthy.
getCompatibilities() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type to use with your task.
getComputedDesiredCount() - Method in class com.amazonaws.services.ecs.model.TaskSet
The computed desired count for the task set.
getCondition() - Method in class com.amazonaws.services.ecs.model.ContainerDependency
The dependency condition of the container.
getConnectivity() - Method in class com.amazonaws.services.ecs.model.Task
The connectivity status of a task.
getConnectivityAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task last went into CONNECTED status.
getContainerArn() - Method in class com.amazonaws.services.ecs.model.Container
The Amazon Resource Name (ARN) of the container.
getContainerDefinitions() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of container definitions in JSON format that describe the different containers that make up your task.
getContainerDefinitions() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
A list of container definitions in JSON format that describe the different containers that make up your task.
getContainerInstance() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
The container instance ID or full ARN of the container instance to deregister.
getContainerInstance() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
The container instance that was deregistered.
getContainerInstance() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
The container instance ID or full ARN of the container instance.
getContainerInstance() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The container instance ID or full ARN of the container instance with which to filter the ListTasks results.
getContainerInstance() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
The container instance that was registered.
getContainerInstance() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.
getContainerInstance() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
The container instance for which the container agent was updated.
getContainerInstanceArn() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The Amazon Resource Name (ARN) of the container instance.
getContainerInstanceArn() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The ARN of the container instance (if it was previously registered).
getContainerInstanceArn() - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the container instances that host the task.
getContainerInstanceArns() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
getContainerInstances() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
getContainerInstances() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
The list of container instances.
getContainerInstances() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The container instance IDs or full ARN entries for the container instances on which you would like to place your task.
getContainerInstances() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
A list of container instance IDs or full ARN entries.
getContainerInstances() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
The list of container instances.
getContainerName() - Method in class com.amazonaws.services.ecs.model.ContainerDependency
The name of a container.
getContainerName() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The name of the container.
getContainerName() - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The name of the container (as it appears in a container definition) to associate with the load balancer.
getContainerName() - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The name of the container that will serve as the App Mesh proxy.
getContainerName() - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The container name value, already specified in the task definition, to be used for your service discovery service.
getContainerName() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The name of the container.
getContainerOverrides() - Method in class com.amazonaws.services.ecs.model.TaskOverride
One or more container overrides sent to a task.
getContainerPath() - Method in class com.amazonaws.services.ecs.model.Device
The path inside the container at which to expose the host device.
getContainerPath() - Method in class com.amazonaws.services.ecs.model.MountPoint
The path on the container to mount the host volume at.
getContainerPath() - Method in class com.amazonaws.services.ecs.model.Tmpfs
The absolute file path where the tmpfs volume is to be mounted.
getContainerPort() - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The port on the container to associate with the load balancer.
getContainerPort() - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The port number on the container that is used with the network binding.
getContainerPort() - Method in class com.amazonaws.services.ecs.model.PortMapping
The port number on the container that is bound to the user-specified or automatically assigned host port.
getContainerPort() - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The port value, already specified in the task definition, to be used for your service discovery service.
getContainers() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any containers associated with the state change request.
getContainers() - Method in class com.amazonaws.services.ecs.model.Task
The containers associated with the task.
getCount() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The number of instantiations of the specified task to place on your cluster.
getCpu() - Method in class com.amazonaws.services.ecs.model.Container
The number of CPU units set for the container.
getCpu() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The number of cpu units reserved for the container.
getCpu() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The number of cpu units reserved for the container, instead of the default value from the task definition.
getCpu() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The number of CPU units used by the task.
getCpu() - Method in class com.amazonaws.services.ecs.model.Task
The number of CPU units used by the task as expressed in a task definition.
getCpu() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The number of cpu units used by the task.
getCpu() - Method in class com.amazonaws.services.ecs.model.TaskOverride
The cpu override for the task.
getCreatedAt() - Method in class com.amazonaws.services.ecs.model.Deployment
The Unix timestamp for when the service deployment was created.
getCreatedAt() - Method in class com.amazonaws.services.ecs.model.Service
The Unix timestamp for when the service was created.
getCreatedAt() - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The Unix timestamp for when the event was triggered.
getCreatedAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task was created (the task entered the PENDING state).
getCreatedAt() - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set was created.
getCreatedBy() - Method in class com.amazonaws.services.ecs.model.Service
The principal that created the service.
getCredentialsParameter() - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
getDefaultCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.Cluster
The default capacity provider strategy for the cluster.
getDefaultCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The capacity provider strategy to use by default for the cluster.
getDefaultCapacityProviderStrategy() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The capacity provider strategy to use by default for the cluster.
getDependsOn() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The dependencies defined for container startup and shutdown.
getDeploymentConfiguration() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
getDeploymentConfiguration() - Method in class com.amazonaws.services.ecs.model.Service
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
getDeploymentConfiguration() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
getDeploymentController() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The deployment controller to use for the service.
getDeploymentController() - Method in class com.amazonaws.services.ecs.model.Service
The deployment controller type the service is using.
getDeployments() - Method in class com.amazonaws.services.ecs.model.Service
The current state of deployments for the service.
getDesiredCount() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The number of instantiations of the specified task definition to place and keep running on your cluster.
getDesiredCount() - Method in class com.amazonaws.services.ecs.model.Deployment
The most recent desired count of tasks that was specified for the service to deploy or maintain.
getDesiredCount() - Method in class com.amazonaws.services.ecs.model.Service
The desired number of instantiations of the task definition to keep running on the service.
getDesiredCount() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The number of instantiations of the task to place and keep running in your service.
getDesiredStatus() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The task desired status with which to filter the ListTasks results.
getDesiredStatus() - Method in class com.amazonaws.services.ecs.model.Task
The desired status of the task.
getDetail() - Method in class com.amazonaws.services.ecs.model.Failure
The details of the failure.
getDetails() - Method in class com.amazonaws.services.ecs.model.Attachment
Details of the attachment.
getDeviceName() - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
The Elastic Inference accelerator device name.
getDeviceName() - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
The Elastic Inference accelerator device name to override for the task.
getDevices() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Any host devices to expose to the container.
getDeviceType() - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
The Elastic Inference accelerator type to use.
getDeviceType() - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
The Elastic Inference accelerator type to use.
getDisableNetworking() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, networking is disabled within the container.
getDnsSearchDomains() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS search domains that are presented to the container.
getDnsServers() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS servers that are presented to the container.
getDockerLabels() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A key/value map of labels to add to the container.
getDockerSecurityOptions() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems.
getDockerVersion() - Method in class com.amazonaws.services.ecs.model.VersionInfo
The Docker version running on the container instance.
getDockerVolumeConfiguration() - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using Docker volumes.
getDoubleValue() - Method in class com.amazonaws.services.ecs.model.Resource
When the doubleValue type is set, the value of the resource must be a double precision floating-point type.
getDriver() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
The Docker volume driver to use.
getDriverOpts() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
A map of Docker driver-specific options passed through.
getDrop() - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been removed from the default configuration provided by Docker.
getEc2InstanceId() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The EC2 instance ID of the container instance.
getEffectiveSettings() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
Specifies whether to return the effective settings.
getEfsVolumeConfiguration() - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using an Amazon Elastic File System (Amazon EFS) file storage.
getEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
getEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
getEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to enable Amazon ECS managed tags for the tasks in the service.
getEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
getEndpoint() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
The endpoint for the Amazon ECS agent to poll.
getEntryPoint() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
getEnvironment() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The environment variables to pass to a container.
getEnvironment() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The environment variables to send to the container.
getEnvironmentFiles() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of files containing the environment variables to pass to a container.
getEnvironmentFiles() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
A list of files containing the environment variables to pass to a container, instead of the value from the container definition.
getEssential() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped.
getEvents() - Method in class com.amazonaws.services.ecs.model.Service
The event stream for your service.
getExecutionRoleArn() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Amazon Resource Name (ARN) of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.
getExecutionRoleArn() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Amazon Resource Name (ARN) of the task execution role that containers in this task can assume.
getExecutionRoleArn() - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Amazon Resource Name (ARN) of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.
getExecutionStoppedAt() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the task execution stopped.
getExecutionStoppedAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task execution stopped.
getExecutorService() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Returns the executor service used by this client to execute async requests.
getExitCode() - Method in class com.amazonaws.services.ecs.model.Container
The exit code returned from the container.
getExitCode() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The exit code for the container, if the state change is a result of the container exiting.
getExitCode() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The exit code returned for the state change request.
getExpression() - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
A cluster query language expression to apply to the constraint.
getExpression() - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
A cluster query language expression to apply to the constraint.
getExternalId() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
An optional non-unique tag that identifies this task set in external systems.
getExternalId() - Method in class com.amazonaws.services.ecs.model.TaskSet
The external ID associated with the task set.
getExtraHosts() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of hostnames and IP address mappings to append to the /etc/hosts file on the container.
getFailures() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.RunTaskResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.StartTaskResult
Any failures associated with the call.
getFailures() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
Any failures associated with the call.
getFamilies() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
The list of task definition family names that match the ListTaskDefinitionFamilies request.
getFamily() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The name of the family with which to filter the ListTasks results.
getFamily() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
You must specify a family for a task definition, which allows you to track multiple versions of the same task definition.
getFamily() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The name of a family that this task definition is registered to.
getFamilyPrefix() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The familyPrefix is a string that is used to filter the results of ListTaskDefinitionFamilies.
getFamilyPrefix() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The full family name with which to filter the ListTaskDefinitions results.
getField() - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The field to apply the placement strategy against.
getFileSystemId() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The Amazon EFS file system ID to use.
getFilter() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
You can filter the results of a ListContainerInstances operation with cluster query language statements.
getFirelensConfiguration() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The FireLens configuration for the container.
getForce() - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
If true, allows you to delete a service even if it has not been scaled down to zero tasks.
getForce() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
If true, this allows you to delete a task set even if it hasn't been scaled down to zero.
getForce() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
Forces the deregistration of the container instance.
getForceNewDeployment() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Whether to force a new deployment of the service.
getGpuIds() - Method in class com.amazonaws.services.ecs.model.Container
The IDs of each GPU assigned to the container.
getGroup() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The name of the task group to associate with the task.
getGroup() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The name of the task group to associate with the task.
getGroup() - Method in class com.amazonaws.services.ecs.model.Task
The name of the task group associated with the task.
getHardLimit() - Method in class com.amazonaws.services.ecs.model.Ulimit
The hard limit for the ulimit type.
getHealthCheck() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The container health check command and associated configuration parameters for the container.
getHealthCheckGracePeriodSeconds() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load Balancing target health checks after a task has first started.
getHealthCheckGracePeriodSeconds() - Method in class com.amazonaws.services.ecs.model.Service
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
getHealthCheckGracePeriodSeconds() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load Balancing target health checks after a task has first started.
getHealthStatus() - Method in class com.amazonaws.services.ecs.model.Container
The health status of the container.
getHealthStatus() - Method in class com.amazonaws.services.ecs.model.Task
The health status for the task, which is determined by the health of the essential containers in the task.
getHost() - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using bind mount host volumes.
getHostname() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The hostname to use for your container.
getHostname() - Method in class com.amazonaws.services.ecs.model.HostEntry
The hostname to use in the /etc/hosts entry.
getHostPath() - Method in class com.amazonaws.services.ecs.model.Device
The path for the device on the host container instance.
getHostPort() - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The port number on the host that is used with the network binding.
getHostPort() - Method in class com.amazonaws.services.ecs.model.PortMapping
The port number on the container instance to reserve for your container.
getIam() - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
getId() - Method in class com.amazonaws.services.ecs.model.Attachment
The unique identifier for the attachment.
getId() - Method in class com.amazonaws.services.ecs.model.Deployment
The ID of the deployment.
getId() - Method in class com.amazonaws.services.ecs.model.PlatformDevice
The ID for the GPU(s) on the container instance.
getId() - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The ID string of the event.
getId() - Method in class com.amazonaws.services.ecs.model.TaskSet
The ID of the task set.
getImage() - Method in class com.amazonaws.services.ecs.model.Container
The image used for the container.
getImage() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The image used to start a container.
getImageDigest() - Method in class com.amazonaws.services.ecs.model.Container
The container image manifest digest.
getImageDigest() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The container image SHA 256 digest.
getInclude() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
Specifies whether or not you want to see the resource tags for the capacity provider.
getInclude() - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
Whether to include additional information about your clusters in the response.
getInclude() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
Specifies whether you want to see the resource tags for the container instance.
getInclude() - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
Specifies whether you want to see the resource tags for the service.
getInclude() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
Specifies whether to see the resource tags for the task definition.
getInclude() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
Specifies whether to see the resource tags for the task set.
getInclude() - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
Specifies whether you want to see the resource tags for the task.
getInferenceAcceleratorOverrides() - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Elastic Inference accelerator override for the task.
getInferenceAccelerators() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Elastic Inference accelerators to use for the containers in the task.
getInferenceAccelerators() - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Inference accelerator associated with the task.
getInferenceAccelerators() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Elastic Inference accelerator associated with the task.
getInitProcessEnabled() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Run an init process inside the container that forwards signals and reaps processes.
getInstanceIdentityDocument() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The instance identity document for the EC2 instance to register.
getInstanceIdentityDocumentSignature() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The instance identity document signature for the EC2 instance to register.
getIntegerValue() - Method in class com.amazonaws.services.ecs.model.Resource
When the integerValue type is set, the value of the resource must be an integer.
getInteractive() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, this allows you to deploy containerized applications that require stdin or a tty to be allocated.
getInterval() - Method in class com.amazonaws.services.ecs.model.HealthCheck
The time period in seconds between each health check execution.
getIpAddress() - Method in class com.amazonaws.services.ecs.model.HostEntry
The IP address to use in the /etc/hosts entry.
getIpcMode() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The IPC resource namespace to use for the containers in the task.
getIpcMode() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The IPC resource namespace to use for the containers in the task.
getIpv6Address() - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The private IPv6 address for the network interface.
getKey() - Method in class com.amazonaws.services.ecs.model.Tag
One part of a key-value pair that make up a tag.
getLabels() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Custom metadata to add to your Docker volume.
getLastStatus() - Method in class com.amazonaws.services.ecs.model.Container
The last known status of the container.
getLastStatus() - Method in class com.amazonaws.services.ecs.model.Task
The last known status of the task.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The launch type on which to run your service.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The launch type that new tasks in the task set will use.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.Deployment
The launch type the tasks in the service are using.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The launch type for the services to list.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The launch type for services to list.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The launch type on which to run your task.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.Service
The launch type on which your service is running.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.Task
The launch type on which your task is running.
getLaunchType() - Method in class com.amazonaws.services.ecs.model.TaskSet
The launch type the tasks in the task set are using.
getLinks() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The links parameter allows containers to communicate with each other without the need for port mappings.
getLinuxParameters() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
getLoadBalancerName() - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The name of the load balancer to associate with the Amazon ECS service or task set.
getLoadBalancers() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
A load balancer object representing the load balancers to use with your service.
getLoadBalancers() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
A load balancer object representing the load balancer to use with the task set.
getLoadBalancers() - Method in class com.amazonaws.services.ecs.model.Service
A list of Elastic Load Balancing 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.
getLoadBalancers() - Method in class com.amazonaws.services.ecs.model.TaskSet
Details on a load balancer that is used with a task set.
getLogConfiguration() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The log configuration specification for the container.
getLogDriver() - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The log driver to use for the container.
getLongValue() - Method in class com.amazonaws.services.ecs.model.Resource
When the longValue type is set, the value of the resource must be an extended precision floating-point type.
getManagedScaling() - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The managed scaling settings for the Auto Scaling group capacity provider.
getManagedTerminationProtection() - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The managed termination protection setting to use for the Auto Scaling group capacity provider.
getMaximumPercent() - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
If a service is using the rolling update (ECS) deployment type, the maximum percent parameter represents an upper limit on the number of tasks in a service that are allowed in the RUNNING or PENDING state during a deployment, as a percentage of the desired number of tasks (rounded down to the nearest integer), and while any container instances are in the DRAINING state if the service contains tasks using the EC2 launch type.
getMaximumScalingStepSize() - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The maximum number of container instances that Amazon ECS will scale in or scale out at one time.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The maximum number of account setting results returned by DescribeCapacityProviders in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The maximum number of account setting results returned by ListAccountSettings in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The maximum number of cluster results returned by ListAttributes in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
The maximum number of cluster results returned by ListClusters in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The maximum number of container instance results returned by ListContainerInstances in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The maximum number of service results returned by ListServices in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The maximum number of task definition family results returned by ListTaskDefinitionFamilies in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The maximum number of task definition results returned by ListTaskDefinitions in paginated output.
getMaxResults() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The maximum number of task results returned by ListTasks in paginated output.
getMaxSwap() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The total amount of swap memory (in MiB) a container can use.
getMemory() - Method in class com.amazonaws.services.ecs.model.Container
The hard limit (in MiB) of memory set for the container.
getMemory() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The amount (in MiB) of memory to present to the container.
getMemory() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition.
getMemory() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The amount of memory (in MiB) used by the task.
getMemory() - Method in class com.amazonaws.services.ecs.model.Task
The amount of memory (in MiB) used by the task as expressed in a task definition.
getMemory() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The amount (in MiB) of memory used by the task.
getMemory() - Method in class com.amazonaws.services.ecs.model.TaskOverride
The memory override for the task.
getMemoryReservation() - Method in class com.amazonaws.services.ecs.model.Container
The soft limit (in MiB) of memory set for the container.
getMemoryReservation() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The soft limit (in MiB) of memory to reserve for the container.
getMemoryReservation() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.
getMessage() - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The event message.
getMinimumHealthyPercent() - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
If a service is using the rolling update (ECS) deployment type, the minimum healthy percent represents a lower limit on the number of tasks in a service that must remain in the RUNNING state during a deployment, as a percentage of the desired number of tasks (rounded up to the nearest integer), and while any container instances are in the DRAINING state if the service contains tasks using the EC2 launch type.
getMinimumScalingStepSize() - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The minimum number of container instances that Amazon ECS will scale in or scale out at one time.
getMountOptions() - Method in class com.amazonaws.services.ecs.model.Tmpfs
The list of tmpfs volume mount options.
getMountPoints() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The mount points for data volumes in your container.
getName() - Method in class com.amazonaws.services.ecs.model.Attribute
The name of the attribute.
getName() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The name of the capacity provider.
getName() - Method in class com.amazonaws.services.ecs.model.ClusterSetting
The name of the cluster setting.
getName() - Method in class com.amazonaws.services.ecs.model.Container
The name of the container.
getName() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The name of a container.
getName() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The name of the container that receives the override.
getName() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The name of the capacity provider.
getName() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
The resource name for which to disable the account setting.
getName() - Method in class com.amazonaws.services.ecs.model.KeyValuePair
The name of the key-value pair.
getName() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The resource name you want to list the account settings for.
getName() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
The resource name for which to modify the account setting.
getName() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The Amazon ECS resource name for which to modify the account setting.
getName() - Method in class com.amazonaws.services.ecs.model.Resource
The name of the resource, such as CPU, MEMORY, PORTS, PORTS_UDP, or a user-defined resource.
getName() - Method in class com.amazonaws.services.ecs.model.Secret
The name of the secret.
getName() - Method in class com.amazonaws.services.ecs.model.Setting
The Amazon ECS resource name.
getName() - Method in class com.amazonaws.services.ecs.model.Ulimit
The type of the ulimit.
getName() - Method in class com.amazonaws.services.ecs.model.Volume
The name of the volume.
getNamespace() - Method in class com.amazonaws.services.ecs.model.SystemControl
The namespaced kernel parameter for which to set a value.
getNetworkBindings() - Method in class com.amazonaws.services.ecs.model.Container
The network bindings associated with the container.
getNetworkBindings() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
Any network bindings associated with the container.
getNetworkBindings() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The network bindings of the container.
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The network configuration for the service.
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.Deployment
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The network configuration for the task.
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.Service
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.TaskSet
The network configuration for the task set.
getNetworkConfiguration() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
 
getNetworkInterfaces() - Method in class com.amazonaws.services.ecs.model.Container
The network interfaces associated with the container.
getNetworkMode() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Docker networking mode to use for the containers in the task.
getNetworkMode() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Docker networking mode to use for the containers in the task.
getNextToken() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The nextToken value returned from a previous paginated DescribeCapacityProviders request where maxResults was used and the results exceeded the value of that parameter.
getNextToken() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
The nextToken value to include in a future DescribeCapacityProviders request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The nextToken value returned from a ListAccountSettings request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
The nextToken value to include in a future ListAccountSettings request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The nextToken value returned from a ListAttributes request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
The nextToken value to include in a future ListAttributes request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
The nextToken value returned from a ListClusters request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListClustersResult
The nextToken value to include in a future ListClusters request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The nextToken value returned from a ListContainerInstances request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
The nextToken value to include in a future ListContainerInstances request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The nextToken value returned from a ListServices request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListServicesResult
The nextToken value to include in a future ListServices request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The nextToken value returned from a ListTaskDefinitionFamilies request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
The nextToken value to include in a future ListTaskDefinitionFamilies request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The nextToken value returned from a ListTaskDefinitions request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
The nextToken value to include in a future ListTaskDefinitions request.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The nextToken value returned from a ListTasks request indicating that more results are available to fulfill the request and further calls will be needed.
getNextToken() - Method in class com.amazonaws.services.ecs.model.ListTasksResult
The nextToken value to include in a future ListTasks request.
getOptions() - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
The options to use when configuring the log router.
getOptions() - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The configuration options to send to the log driver.
getOverrides() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.
getOverrides() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.
getOverrides() - Method in class com.amazonaws.services.ecs.model.Task
One or more container overrides.
getPendingCount() - Method in class com.amazonaws.services.ecs.model.Deployment
The number of tasks in the deployment that are in the PENDING status.
getPendingCount() - Method in class com.amazonaws.services.ecs.model.Service
The number of tasks in the cluster that are in the PENDING state.
getPendingCount() - Method in class com.amazonaws.services.ecs.model.TaskSet
The number of tasks in the task set that are in the PENDING status during a deployment.
getPendingTasksCount() - Method in class com.amazonaws.services.ecs.model.Cluster
The number of tasks in the cluster that are in the PENDING state.
getPendingTasksCount() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The number of tasks on the container instance that are in the PENDING status.
getPermissions() - Method in class com.amazonaws.services.ecs.model.Device
The explicit permissions to provide to the container for the device.
getPidMode() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The process namespace to use for the containers in the task.
getPidMode() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The process namespace to use for the containers in the task.
getPlacementConstraints() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
An array of placement constraint objects to use for tasks in your service.
getPlacementConstraints() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
An array of placement constraint objects to use for the task.
getPlacementConstraints() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
An array of placement constraint objects to use for the task.
getPlacementConstraints() - Method in class com.amazonaws.services.ecs.model.Service
The placement constraints for the tasks in the service.
getPlacementConstraints() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
An array of placement constraint objects to use for tasks.
getPlacementConstraints() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
An array of task placement constraint objects to update the service to use.
getPlacementStrategy() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The placement strategy objects to use for tasks in your service.
getPlacementStrategy() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The placement strategy objects to use for the task.
getPlacementStrategy() - Method in class com.amazonaws.services.ecs.model.Service
The placement strategy that determines how tasks for the service are placed.
getPlacementStrategy() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The task placement strategy objects to update the service to use.
getPlatformDevices() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The devices that are available on the container instance.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The platform version that your tasks in the service are running on.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The platform version that the tasks in the task set should use.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.Deployment
The platform version on which your tasks in the service are running.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The platform version the task should run.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.Service
The platform version on which to run your service.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.Task
The platform version on which your task is running.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.TaskSet
The platform version on which the tasks in the task set are running.
getPlatformVersion() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The platform version on which your tasks in the service are running.
getPort() - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The port value used if your service discovery service specified an SRV record.
getPortMappings() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The list of port mappings for the container.
getPrimaryTaskSet() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
getPrincipalArn() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
getPrincipalArn() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
getPrincipalArn() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
getPrincipalArn() - Method in class com.amazonaws.services.ecs.model.Setting
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
getPrivateIpv4Address() - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The private IPv4 address for the network interface.
getPrivileged() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
getPropagateTags() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
getPropagateTags() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to propagate the tags from the task definition to the task.
getPropagateTags() - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to propagate the tags from the task definition or the service to the task.
getPropagateTags() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to propagate the tags from the task definition or the service to the task.
getProperties() - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.
getProtocol() - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The protocol used for the network binding.
getProtocol() - Method in class com.amazonaws.services.ecs.model.PortMapping
The protocol used for the port mapping.
getProxyConfiguration() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
 
getProxyConfiguration() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The configuration details for the App Mesh proxy.
getPseudoTerminal() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, a TTY is allocated.
getPullStartedAt() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the container image pull began.
getPullStartedAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the container image pull began.
getPullStoppedAt() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the container image pull completed.
getPullStoppedAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the container image pull completed.
getReadOnly() - Method in class com.amazonaws.services.ecs.model.MountPoint
If this value is true, the container has read-only access to the volume.
getReadOnly() - Method in class com.amazonaws.services.ecs.model.VolumeFrom
If this value is true, the container has read-only access to the volume.
getReadonlyRootFilesystem() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given read-only access to its root file system.
getReason() - Method in class com.amazonaws.services.ecs.model.Container
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
getReason() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The reason for the state change.
getReason() - Method in class com.amazonaws.services.ecs.model.Failure
The reason for the failure.
getReason() - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
An optional message specified when a task is stopped.
getReason() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The reason for the state change request.
getReason() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The reason for the state change request.
getReferenceId() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The reference ID to use for the task.
getReferenceId() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The reference ID to use for the task.
getRegisteredAt() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The Unix timestamp for when the container instance was registered.
getRegisteredContainerInstancesCount() - Method in class com.amazonaws.services.ecs.model.Cluster
The number of container instances registered into the cluster.
getRegisteredResources() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the amount of each resource that was available on the container instance when the container agent registered it with Amazon ECS.
getRegistryArn() - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The Amazon Resource Name (ARN) of the service registry.
getRemainingResources() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the remaining CPU and memory that has not already been allocated to tasks and is therefore available for new tasks.
getRepositoryCredentials() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The private repository authentication credentials to use.
getRequiresAttributes() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The container instance attributes required by your task.
getRequiresCompatibilities() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The launch type required by the task.
getRequiresCompatibilities() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type the task requires.
getResourceArn() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
getResourceArn() - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource to which to add tags.
getResourceArn() - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource from which to delete tags.
getResourceRequirements() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The type and amount of a resource to assign to a container.
getResourceRequirements() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The type and amount of a resource to assign to a container, instead of the default value from the task definition.
getRetries() - Method in class com.amazonaws.services.ecs.model.HealthCheck
The number of times to retry a failed health check before the container is considered unhealthy.
getRevision() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The revision of the task in a particular family.
getRole() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The name or full Amazon Resource Name (ARN) of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf.
getRoleArn() - Method in class com.amazonaws.services.ecs.model.Service
The ARN of the IAM role associated with the service that allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.
getRootDirectory() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The directory within the Amazon EFS file system to mount as the root directory inside the host.
getRunningCount() - Method in class com.amazonaws.services.ecs.model.Deployment
The number of tasks in the deployment that are in the RUNNING status.
getRunningCount() - Method in class com.amazonaws.services.ecs.model.Service
The number of tasks in the cluster that are in the RUNNING state.
getRunningCount() - Method in class com.amazonaws.services.ecs.model.TaskSet
The number of tasks in the task set that are in the RUNNING status during a deployment.
getRunningTasksCount() - Method in class com.amazonaws.services.ecs.model.Cluster
The number of tasks in the cluster that are in the RUNNING state.
getRunningTasksCount() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The number of tasks on the container instance that are in the RUNNING status.
getRuntimeId() - Method in class com.amazonaws.services.ecs.model.Container
The ID of the Docker container.
getRuntimeId() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The ID of the Docker container.
getRuntimeId() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The ID of the Docker container.
getScale() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
getScale() - Method in class com.amazonaws.services.ecs.model.TaskSet
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
getScale() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
 
getSchedulingStrategy() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The scheduling strategy to use for the service.
getSchedulingStrategy() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The scheduling strategy for services to list.
getSchedulingStrategy() - Method in class com.amazonaws.services.ecs.model.Service
The scheduling strategy to use for the service.
getScope() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
The scope for the Docker volume that determines its lifecycle.
getSecretOptions() - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The secrets to pass to the log configuration.
getSecrets() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The secrets to pass to the container.
getSecurityGroups() - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The security groups associated with the task or service.
getService() - Method in class com.amazonaws.services.ecs.model.CreateServiceResult
The full description of your service following the create call.
getService() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service to create the task set in.
getService() - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
The name of the service to delete.
getService() - Method in class com.amazonaws.services.ecs.model.DeleteServiceResult
The full description of the deleted service.
getService() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
getService() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
getService() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
getService() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The name of the service to update.
getService() - Method in class com.amazonaws.services.ecs.model.UpdateServiceResult
The full description of your service following the update call.
getService() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
getServiceArn() - Method in class com.amazonaws.services.ecs.model.Service
The ARN that identifies the service.
getServiceArn() - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the service the task set exists in.
getServiceArns() - Method in class com.amazonaws.services.ecs.model.ListServicesResult
The list of full ARN entries for each service associated with the specified cluster.
getServiceName() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The name of your service.
getServiceName() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The name of the service with which to filter the ListTasks results.
getServiceName() - Method in class com.amazonaws.services.ecs.model.Service
The name of your service.
getServiceRegistries() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The details of the service discovery registries to assign to this service.
getServiceRegistries() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The details of the service discovery registries to assign to this task set.
getServiceRegistries() - Method in class com.amazonaws.services.ecs.model.Service
The details of the service discovery registries to assign to this service.
getServiceRegistries() - Method in class com.amazonaws.services.ecs.model.TaskSet
The details of the service discovery registries to assign to this task set.
getServices() - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
A list of services to describe.
getServices() - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
The list of services described.
getSetting() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
The account setting for the specified principal ARN.
getSetting() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
 
getSetting() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingResult
The current account setting for a resource.
getSettings() - Method in class com.amazonaws.services.ecs.model.Cluster
The settings for the cluster.
getSettings() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The setting to use when creating a cluster.
getSettings() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
The account settings for the resource.
getSettings() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
The setting to use by default for a cluster.
getSharedMemorySize() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The value for the size (in MiB) of the /dev/shm volume.
getSize() - Method in class com.amazonaws.services.ecs.model.Tmpfs
The size (in MiB) of the tmpfs volume.
getSoftLimit() - Method in class com.amazonaws.services.ecs.model.Ulimit
The soft limit for the ulimit type.
getSort() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The order in which to sort the results.
getSourceContainer() - Method in class com.amazonaws.services.ecs.model.VolumeFrom
The name of another container within the same task definition from which to mount volumes.
getSourcePath() - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
When the host parameter is used, specify a sourcePath to declare the path on the host container instance that is presented to the container.
getSourceVolume() - Method in class com.amazonaws.services.ecs.model.MountPoint
The name of the volume to mount.
getStabilityStatus() - Method in class com.amazonaws.services.ecs.model.TaskSet
The stability status, which indicates whether the task set has reached a steady state.
getStabilityStatusAt() - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set stability status was retrieved.
getStartedAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task started (the task transitioned from the PENDING state to the RUNNING state).
getStartedBy() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The startedBy value with which to filter the task results.
getStartedBy() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
An optional tag specified when a task is started.
getStartedBy() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
An optional tag specified when a task is started.
getStartedBy() - Method in class com.amazonaws.services.ecs.model.Task
The tag specified when a task is started.
getStartedBy() - Method in class com.amazonaws.services.ecs.model.TaskSet
The tag specified when a task set is started.
getStartPeriod() - Method in class com.amazonaws.services.ecs.model.HealthCheck
The optional grace period within which to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.
getStartTimeout() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
getStatistics() - Method in class com.amazonaws.services.ecs.model.Cluster
Additional information about your clusters that are separated by launch type, including:
getStatus() - Method in class com.amazonaws.services.ecs.model.Attachment
The status of the attachment.
getStatus() - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
The status of the attachment.
getStatus() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The current status of the capacity provider.
getStatus() - Method in class com.amazonaws.services.ecs.model.Cluster
The status of the cluster.
getStatus() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the container instance.
getStatus() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The status of the container.
getStatus() - Method in class com.amazonaws.services.ecs.model.Deployment
The status of the deployment.
getStatus() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
Filters the container instances by status.
getStatus() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The task definition family status with which to filter the ListTaskDefinitionFamilies results.
getStatus() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The task definition status with which to filter the ListTaskDefinitions results.
getStatus() - Method in class com.amazonaws.services.ecs.model.ManagedScaling
Whether or not to enable managed scaling for the capacity provider.
getStatus() - Method in class com.amazonaws.services.ecs.model.Service
The status of the service.
getStatus() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The status of the state change request.
getStatus() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The status of the state change request.
getStatus() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The status of the task definition.
getStatus() - Method in class com.amazonaws.services.ecs.model.TaskSet
The status of the task set.
getStatus() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The container instance state with which to update the container instance.
getStatusReason() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The reason that the container instance reached its current status.
getStopCode() - Method in class com.amazonaws.services.ecs.model.Task
The stop code indicating why a task was stopped.
getStoppedAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task was stopped (the task transitioned from the RUNNING state to the STOPPED state).
getStoppedReason() - Method in class com.amazonaws.services.ecs.model.Task
The reason that the task was stopped.
getStoppingAt() - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task stops (transitions from the RUNNING state to STOPPED).
getStopTimeout() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
getStringSetValue() - Method in class com.amazonaws.services.ecs.model.Resource
When the stringSetValue type is set, the value of the resource must be a string type.
getSubnets() - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The subnets associated with the task or service.
getSwappiness() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
This allows you to tune a container's memory swappiness behavior.
getSystemControls() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of namespaced kernel parameters to set in the container.
getTagKeys() - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
The keys of the tags to be removed.
getTags() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The metadata that you apply to the capacity provider to help you categorize and organize it.
getTags() - Method in class com.amazonaws.services.ecs.model.Cluster
The metadata that you apply to the cluster to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The metadata that you apply to the container instance to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The metadata that you apply to the capacity provider to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The metadata that you apply to the cluster to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The metadata that you apply to the service to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The metadata that you apply to the task set to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
The metadata that is applied to the task definition to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
The tags for the resource.
getTags() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The metadata that you apply to the container instance to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The metadata that you apply to the task definition to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
The list of tags associated with the task definition.
getTags() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.Service
The metadata that you apply to the service to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
The tags to add to the resource.
getTags() - Method in class com.amazonaws.services.ecs.model.Task
The metadata that you apply to the task to help you categorize and organize them.
getTags() - Method in class com.amazonaws.services.ecs.model.TaskSet
The metadata that you apply to the task set to help you categorize and organize them.
getTargetCapacity() - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The target capacity value for the capacity provider.
getTargetGroupArn() - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.
getTargetId() - Method in class com.amazonaws.services.ecs.model.Attribute
The ID of the target.
getTargetType() - Method in class com.amazonaws.services.ecs.model.Attribute
The type of the target with which to attach the attribute.
getTargetType() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The type of the target with which to list attributes.
getTask() - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
The task ID or full Amazon Resource Name (ARN) of the task to stop.
getTask() - Method in class com.amazonaws.services.ecs.model.StopTaskResult
The task that was stopped.
getTask() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
getTask() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The task ID or full ARN of the task in the state change request.
getTaskArn() - Method in class com.amazonaws.services.ecs.model.Container
The ARN of the task.
getTaskArn() - Method in class com.amazonaws.services.ecs.model.Task
The Amazon Resource Name (ARN) of the task.
getTaskArns() - Method in class com.amazonaws.services.ecs.model.ListTasksResult
The list of task ARN entries for the ListTasks request.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The family and revision (family:revision) or full ARN of the task definition to run in your service.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The task definition for the tasks in the task set to use.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.Deployment
The most recent task definition that was specified for the tasks in the service to use.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
The full description of the deregistered task.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
The full task definition description.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
The full description of the registered task definition.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The family and revision (family:revision) or full ARN of the task definition to run.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.Service
The task definition to use for tasks in the service.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The family and revision (family:revision) or full ARN of the task definition to start.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.TaskSet
The task definition the task set is using.
getTaskDefinition() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The family and revision (family:revision) or full ARN of the task definition to run in your service.
getTaskDefinitionArn() - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the task definition that creates the task.
getTaskDefinitionArn() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The full Amazon Resource Name (ARN) of the task definition.
getTaskDefinitionArns() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
getTaskRoleArn() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
getTaskRoleArn() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants containers in the task permission to call AWS APIs on your behalf.
getTaskRoleArn() - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
getTasks() - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
A list of up to 100 task IDs or full ARN entries.
getTasks() - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
The list of tasks.
getTasks() - Method in class com.amazonaws.services.ecs.model.RunTaskResult
A full description of the tasks that were run.
getTasks() - Method in class com.amazonaws.services.ecs.model.StartTaskResult
A full description of the tasks that were started.
getTaskSet() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetResult
 
getTaskSet() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
getTaskSet() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetResult
 
getTaskSet() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
 
getTaskSet() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the task set to update.
getTaskSet() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetResult
 
getTaskSetArn() - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the task set.
getTaskSets() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The ID or full Amazon Resource Name (ARN) of task sets to describe.
getTaskSets() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
The list of task sets described.
getTaskSets() - Method in class com.amazonaws.services.ecs.model.Service
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL deployment.
getTelemetryEndpoint() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
The telemetry endpoint for the Amazon ECS agent.
getTimeout() - Method in class com.amazonaws.services.ecs.model.HealthCheck
The time period in seconds to wait for a health check to succeed before it is considered a failure.
getTmpfs() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The container path, mount options, and size (in MiB) of the tmpfs mount.
getTotalResources() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The resources available on the instance.
getTransitEncryption() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
getTransitEncryptionPort() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
getType() - Method in class com.amazonaws.services.ecs.model.Attachment
The type of the attachment, such as ElasticNetworkInterface.
getType() - Method in class com.amazonaws.services.ecs.model.DeploymentController
The deployment controller type to use.
getType() - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
The file type to use.
getType() - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
The log router to use.
getType() - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
The type of constraint.
getType() - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The type of placement strategy.
getType() - Method in class com.amazonaws.services.ecs.model.PlatformDevice
The type of device that is available on the container instance.
getType() - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The proxy type.
getType() - Method in class com.amazonaws.services.ecs.model.Resource
The type of the resource, such as INTEGER, DOUBLE, LONG, or STRINGSET.
getType() - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
The type of resource to assign to a container.
getType() - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
The type of constraint.
getUlimits() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of ulimits to set in the container.
getUnit() - Method in class com.amazonaws.services.ecs.model.Scale
The unit of measure for the scale value.
getUpdatedAt() - Method in class com.amazonaws.services.ecs.model.Deployment
The Unix timestamp for when the service deployment was last updated.
getUpdatedAt() - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set was last updated.
getUser() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The user name to use inside the container.
getValue() - Method in class com.amazonaws.services.ecs.model.Attribute
The value of the attribute.
getValue() - Method in class com.amazonaws.services.ecs.model.ClusterSetting
The value to set for the cluster setting.
getValue() - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
getValue() - Method in class com.amazonaws.services.ecs.model.KeyValuePair
The value of the key-value pair.
getValue() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The value of the account settings with which to filter results.
getValue() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
The account setting value for the specified principal ARN.
getValue() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The account setting value for the specified principal ARN.
getValue() - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
The value for the specified resource type.
getValue() - Method in class com.amazonaws.services.ecs.model.Scale
The value, specified as a percent total of a service's desiredCount, to scale the task set.
getValue() - Method in class com.amazonaws.services.ecs.model.Setting
Whether the account setting is enabled or disabled for the specified resource.
getValue() - Method in class com.amazonaws.services.ecs.model.SystemControl
The value for the namespaced kernel parameter specified in namespace.
getValue() - Method in class com.amazonaws.services.ecs.model.Tag
The optional part of a key-value pair that make up a tag.
getValueFrom() - Method in class com.amazonaws.services.ecs.model.Secret
The secret to expose to the container.
getVersion() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The version counter for the container instance.
getVersion() - Method in class com.amazonaws.services.ecs.model.Task
The version counter for the task.
getVersionInfo() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
getVersionInfo() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
getVolumes() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of volume definitions in JSON format that containers in your task may use.
getVolumes() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The list of volume definitions for the task.
getVolumesFrom() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Data volumes to mount from another container.
getWeight() - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider.
getWorkingDirectory() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The working directory in which to run commands inside the container.

H

hashCode() - Method in class com.amazonaws.services.ecs.model.Attachment
 
hashCode() - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Attribute
 
hashCode() - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
 
hashCode() - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Cluster
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ClusterSetting
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Container
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ContainerDependency
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateClusterResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateServiceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteClusterRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteClusterResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteServiceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Deployment
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeploymentController
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Device
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
 
hashCode() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Failure
 
hashCode() - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.HealthCheck
 
hashCode() - Method in class com.amazonaws.services.ecs.model.HostEntry
 
hashCode() - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
 
hashCode() - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
 
hashCode() - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
 
hashCode() - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
 
hashCode() - Method in class com.amazonaws.services.ecs.model.KeyValuePair
 
hashCode() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListClustersResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListServicesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ListTasksResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.LoadBalancer
 
hashCode() - Method in class com.amazonaws.services.ecs.model.LogConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ManagedScaling
 
hashCode() - Method in class com.amazonaws.services.ecs.model.MountPoint
 
hashCode() - Method in class com.amazonaws.services.ecs.model.NetworkBinding
 
hashCode() - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.NetworkInterface
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PlatformDevice
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PortMapping
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Resource
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
 
hashCode() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.RunTaskResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Scale
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Secret
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Service
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ServiceEvent
 
hashCode() - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Setting
 
hashCode() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.StartTaskResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.StopTaskResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.SystemControl
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Tag
 
hashCode() - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Task
 
hashCode() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
 
hashCode() - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
 
hashCode() - Method in class com.amazonaws.services.ecs.model.TaskOverride
 
hashCode() - Method in class com.amazonaws.services.ecs.model.TaskSet
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Tmpfs
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Ulimit
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateServiceResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
 
hashCode() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetResult
 
hashCode() - Method in class com.amazonaws.services.ecs.model.VersionInfo
 
hashCode() - Method in class com.amazonaws.services.ecs.model.Volume
 
hashCode() - Method in class com.amazonaws.services.ecs.model.VolumeFrom
 
HealthCheck - Class in com.amazonaws.services.ecs.model
An object representing a container health check.
HealthCheck() - Constructor for class com.amazonaws.services.ecs.model.HealthCheck
 
HealthStatus - Enum in com.amazonaws.services.ecs.model
 
HostEntry - Class in com.amazonaws.services.ecs.model
Hostnames and IP address entries that are added to the /etc/hosts file of a container via the extraHosts parameter of its ContainerDefinition.
HostEntry() - Constructor for class com.amazonaws.services.ecs.model.HostEntry
 
HostVolumeProperties - Class in com.amazonaws.services.ecs.model
Details on a container instance bind mount host volume.
HostVolumeProperties() - Constructor for class com.amazonaws.services.ecs.model.HostVolumeProperties
 

I

InferenceAccelerator - Class in com.amazonaws.services.ecs.model
Details on a Elastic Inference accelerator.
InferenceAccelerator() - Constructor for class com.amazonaws.services.ecs.model.InferenceAccelerator
 
InferenceAcceleratorOverride - Class in com.amazonaws.services.ecs.model
Details on an Elastic Inference accelerator task override.
InferenceAcceleratorOverride() - Constructor for class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
 
InvalidParameterException - Exception in com.amazonaws.services.ecs.model
The specified parameter is invalid.
InvalidParameterException(String) - Constructor for exception com.amazonaws.services.ecs.model.InvalidParameterException
Constructs a new InvalidParameterException with the specified error message.
IpcMode - Enum in com.amazonaws.services.ecs.model
 
isAgentConnected() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
This parameter returns true if the agent is connected to Amazon ECS.
isAutoprovision() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
If this value is true, the Docker volume is created if it does not already exist.
isDisableNetworking() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, networking is disabled within the container.
isEffectiveSettings() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
Specifies whether to return the effective settings.
isEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
isEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
isEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to enable Amazon ECS managed tags for the tasks in the service.
isEnableECSManagedTags() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
isEssential() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped.
isForce() - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
If true, allows you to delete a service even if it has not been scaled down to zero tasks.
isForce() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
If true, this allows you to delete a task set even if it hasn't been scaled down to zero.
isForce() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
Forces the deregistration of the container instance.
isForceNewDeployment() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Whether to force a new deployment of the service.
isInitProcessEnabled() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Run an init process inside the container that forwards signals and reaps processes.
isInteractive() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, this allows you to deploy containerized applications that require stdin or a tty to be allocated.
isPrivileged() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
isPseudoTerminal() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, a TTY is allocated.
isReadOnly() - Method in class com.amazonaws.services.ecs.model.MountPoint
If this value is true, the container has read-only access to the volume.
isReadOnly() - Method in class com.amazonaws.services.ecs.model.VolumeFrom
If this value is true, the container has read-only access to the volume.
isReadonlyRootFilesystem() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given read-only access to its root file system.

K

KernelCapabilities - Class in com.amazonaws.services.ecs.model
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
KernelCapabilities() - Constructor for class com.amazonaws.services.ecs.model.KernelCapabilities
 
KeyValuePair - Class in com.amazonaws.services.ecs.model
A key-value pair object.
KeyValuePair() - Constructor for class com.amazonaws.services.ecs.model.KeyValuePair
 

L

LaunchType - Enum in com.amazonaws.services.ecs.model
 
LimitExceededException - Exception in com.amazonaws.services.ecs.model
The limit for the resource has been exceeded.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.ecs.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
LinuxParameters - Class in com.amazonaws.services.ecs.model
Linux-specific options that are applied to the container, such as Linux KernelCapabilities.
LinuxParameters() - Constructor for class com.amazonaws.services.ecs.model.LinuxParameters
 
listAccountSettings(ListAccountSettingsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listAccountSettings(ListAccountSettingsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Lists the account settings for a specified principal.
listAccountSettings(ListAccountSettingsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Lists the account settings for a specified principal.
listAccountSettingsAsync(ListAccountSettingsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listAccountSettingsAsync(ListAccountSettingsRequest, AsyncHandler<ListAccountSettingsRequest, ListAccountSettingsResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listAccountSettingsAsync(ListAccountSettingsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Lists the account settings for a specified principal.
listAccountSettingsAsync(ListAccountSettingsRequest, AsyncHandler<ListAccountSettingsRequest, ListAccountSettingsResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Lists the account settings for a specified principal.
listAccountSettingsAsync(ListAccountSettingsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listAccountSettingsAsync(ListAccountSettingsRequest, AsyncHandler<ListAccountSettingsRequest, ListAccountSettingsResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
ListAccountSettingsRequest - Class in com.amazonaws.services.ecs.model
 
ListAccountSettingsRequest() - Constructor for class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
 
ListAccountSettingsResult - Class in com.amazonaws.services.ecs.model
 
ListAccountSettingsResult() - Constructor for class com.amazonaws.services.ecs.model.ListAccountSettingsResult
 
listAttributes(ListAttributesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listAttributes(ListAttributesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
listAttributes(ListAttributesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
listAttributesAsync(ListAttributesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listAttributesAsync(ListAttributesRequest, AsyncHandler<ListAttributesRequest, ListAttributesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listAttributesAsync(ListAttributesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
listAttributesAsync(ListAttributesRequest, AsyncHandler<ListAttributesRequest, ListAttributesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Lists the attributes for Amazon ECS resources within a specified target type and cluster.
listAttributesAsync(ListAttributesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listAttributesAsync(ListAttributesRequest, AsyncHandler<ListAttributesRequest, ListAttributesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
ListAttributesRequest - Class in com.amazonaws.services.ecs.model
 
ListAttributesRequest() - Constructor for class com.amazonaws.services.ecs.model.ListAttributesRequest
 
ListAttributesResult - Class in com.amazonaws.services.ecs.model
 
ListAttributesResult() - Constructor for class com.amazonaws.services.ecs.model.ListAttributesResult
 
listClusters(ListClustersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listClusters() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listClusters(ListClustersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Returns a list of existing clusters.
listClusters() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the ListClusters operation.
listClusters(ListClustersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Returns a list of existing clusters.
listClusters() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
listClustersAsync(ListClustersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listClustersAsync(ListClustersRequest, AsyncHandler<ListClustersRequest, ListClustersResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listClustersAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListClusters operation.
listClustersAsync(AsyncHandler<ListClustersRequest, ListClustersResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListClusters operation with an AsyncHandler.
listClustersAsync(ListClustersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of existing clusters.
listClustersAsync(ListClustersRequest, AsyncHandler<ListClustersRequest, ListClustersResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of existing clusters.
listClustersAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListClusters operation.
listClustersAsync(AsyncHandler<ListClustersRequest, ListClustersResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListClusters operation with an AsyncHandler.
listClustersAsync(ListClustersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listClustersAsync(ListClustersRequest, AsyncHandler<ListClustersRequest, ListClustersResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listClustersAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListClusters operation.
listClustersAsync(AsyncHandler<ListClustersRequest, ListClustersResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListClusters operation with an AsyncHandler.
ListClustersRequest - Class in com.amazonaws.services.ecs.model
 
ListClustersRequest() - Constructor for class com.amazonaws.services.ecs.model.ListClustersRequest
 
ListClustersResult - Class in com.amazonaws.services.ecs.model
 
ListClustersResult() - Constructor for class com.amazonaws.services.ecs.model.ListClustersResult
 
listContainerInstances(ListContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listContainerInstances() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listContainerInstances(ListContainerInstancesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Returns a list of container instances in a specified cluster.
listContainerInstances() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the ListContainerInstances operation.
listContainerInstances(ListContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Returns a list of container instances in a specified cluster.
listContainerInstances() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
listContainerInstancesAsync(ListContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listContainerInstancesAsync(ListContainerInstancesRequest, AsyncHandler<ListContainerInstancesRequest, ListContainerInstancesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listContainerInstancesAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListContainerInstances operation.
listContainerInstancesAsync(AsyncHandler<ListContainerInstancesRequest, ListContainerInstancesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListContainerInstances operation with an AsyncHandler.
listContainerInstancesAsync(ListContainerInstancesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of container instances in a specified cluster.
listContainerInstancesAsync(ListContainerInstancesRequest, AsyncHandler<ListContainerInstancesRequest, ListContainerInstancesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of container instances in a specified cluster.
listContainerInstancesAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListContainerInstances operation.
listContainerInstancesAsync(AsyncHandler<ListContainerInstancesRequest, ListContainerInstancesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListContainerInstances operation with an AsyncHandler.
listContainerInstancesAsync(ListContainerInstancesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listContainerInstancesAsync(ListContainerInstancesRequest, AsyncHandler<ListContainerInstancesRequest, ListContainerInstancesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listContainerInstancesAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListContainerInstances operation.
listContainerInstancesAsync(AsyncHandler<ListContainerInstancesRequest, ListContainerInstancesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListContainerInstances operation with an AsyncHandler.
ListContainerInstancesRequest - Class in com.amazonaws.services.ecs.model
 
ListContainerInstancesRequest() - Constructor for class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
 
ListContainerInstancesResult - Class in com.amazonaws.services.ecs.model
 
ListContainerInstancesResult() - Constructor for class com.amazonaws.services.ecs.model.ListContainerInstancesResult
 
listServices(ListServicesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listServices() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listServices(ListServicesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Lists the services that are running in a specified cluster.
listServices() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the ListServices operation.
listServices(ListServicesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Lists the services that are running in a specified cluster.
listServices() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
listServicesAsync(ListServicesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listServicesAsync(ListServicesRequest, AsyncHandler<ListServicesRequest, ListServicesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listServicesAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListServices operation.
listServicesAsync(AsyncHandler<ListServicesRequest, ListServicesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListServices operation with an AsyncHandler.
listServicesAsync(ListServicesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Lists the services that are running in a specified cluster.
listServicesAsync(ListServicesRequest, AsyncHandler<ListServicesRequest, ListServicesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Lists the services that are running in a specified cluster.
listServicesAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListServices operation.
listServicesAsync(AsyncHandler<ListServicesRequest, ListServicesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListServices operation with an AsyncHandler.
listServicesAsync(ListServicesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listServicesAsync(ListServicesRequest, AsyncHandler<ListServicesRequest, ListServicesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listServicesAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListServices operation.
listServicesAsync(AsyncHandler<ListServicesRequest, ListServicesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListServices operation with an AsyncHandler.
ListServicesRequest - Class in com.amazonaws.services.ecs.model
 
ListServicesRequest() - Constructor for class com.amazonaws.services.ecs.model.ListServicesRequest
 
ListServicesResult - Class in com.amazonaws.services.ecs.model
 
ListServicesResult() - Constructor for class com.amazonaws.services.ecs.model.ListServicesResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
List the tags for an Amazon ECS resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
List the tags for an Amazon ECS resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
List the tags for an Amazon ECS resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
List the tags for an Amazon ECS resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.ecs.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.ecs.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.ecs.model.ListTagsForResourceResult
 
listTaskDefinitionFamilies(ListTaskDefinitionFamiliesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listTaskDefinitionFamilies() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listTaskDefinitionFamilies(ListTaskDefinitionFamiliesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Returns a list of task definition families that are registered to your account (which may include task definition families that no longer have any ACTIVE task definition revisions).
listTaskDefinitionFamilies() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the ListTaskDefinitionFamilies operation.
listTaskDefinitionFamilies(ListTaskDefinitionFamiliesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Returns a list of task definition families that are registered to your account (which may include task definition families that no longer have any ACTIVE task definition revisions).
listTaskDefinitionFamilies() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
listTaskDefinitionFamiliesAsync(ListTaskDefinitionFamiliesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTaskDefinitionFamiliesAsync(ListTaskDefinitionFamiliesRequest, AsyncHandler<ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTaskDefinitionFamiliesAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListTaskDefinitionFamilies operation.
listTaskDefinitionFamiliesAsync(AsyncHandler<ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListTaskDefinitionFamilies operation with an AsyncHandler.
listTaskDefinitionFamiliesAsync(ListTaskDefinitionFamiliesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of task definition families that are registered to your account (which may include task definition families that no longer have any ACTIVE task definition revisions).
listTaskDefinitionFamiliesAsync(ListTaskDefinitionFamiliesRequest, AsyncHandler<ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of task definition families that are registered to your account (which may include task definition families that no longer have any ACTIVE task definition revisions).
listTaskDefinitionFamiliesAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListTaskDefinitionFamilies operation.
listTaskDefinitionFamiliesAsync(AsyncHandler<ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListTaskDefinitionFamilies operation with an AsyncHandler.
listTaskDefinitionFamiliesAsync(ListTaskDefinitionFamiliesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listTaskDefinitionFamiliesAsync(ListTaskDefinitionFamiliesRequest, AsyncHandler<ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listTaskDefinitionFamiliesAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListTaskDefinitionFamilies operation.
listTaskDefinitionFamiliesAsync(AsyncHandler<ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListTaskDefinitionFamilies operation with an AsyncHandler.
ListTaskDefinitionFamiliesRequest - Class in com.amazonaws.services.ecs.model
 
ListTaskDefinitionFamiliesRequest() - Constructor for class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
 
ListTaskDefinitionFamiliesResult - Class in com.amazonaws.services.ecs.model
 
ListTaskDefinitionFamiliesResult() - Constructor for class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
 
listTaskDefinitions(ListTaskDefinitionsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listTaskDefinitions() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listTaskDefinitions(ListTaskDefinitionsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Returns a list of task definitions that are registered to your account.
listTaskDefinitions() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the ListTaskDefinitions operation.
listTaskDefinitions(ListTaskDefinitionsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Returns a list of task definitions that are registered to your account.
listTaskDefinitions() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
listTaskDefinitionsAsync(ListTaskDefinitionsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTaskDefinitionsAsync(ListTaskDefinitionsRequest, AsyncHandler<ListTaskDefinitionsRequest, ListTaskDefinitionsResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTaskDefinitionsAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListTaskDefinitions operation.
listTaskDefinitionsAsync(AsyncHandler<ListTaskDefinitionsRequest, ListTaskDefinitionsResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListTaskDefinitions operation with an AsyncHandler.
listTaskDefinitionsAsync(ListTaskDefinitionsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of task definitions that are registered to your account.
listTaskDefinitionsAsync(ListTaskDefinitionsRequest, AsyncHandler<ListTaskDefinitionsRequest, ListTaskDefinitionsResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of task definitions that are registered to your account.
listTaskDefinitionsAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListTaskDefinitions operation.
listTaskDefinitionsAsync(AsyncHandler<ListTaskDefinitionsRequest, ListTaskDefinitionsResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListTaskDefinitions operation with an AsyncHandler.
listTaskDefinitionsAsync(ListTaskDefinitionsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listTaskDefinitionsAsync(ListTaskDefinitionsRequest, AsyncHandler<ListTaskDefinitionsRequest, ListTaskDefinitionsResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listTaskDefinitionsAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListTaskDefinitions operation.
listTaskDefinitionsAsync(AsyncHandler<ListTaskDefinitionsRequest, ListTaskDefinitionsResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListTaskDefinitions operation with an AsyncHandler.
ListTaskDefinitionsRequest - Class in com.amazonaws.services.ecs.model
 
ListTaskDefinitionsRequest() - Constructor for class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
 
ListTaskDefinitionsResult - Class in com.amazonaws.services.ecs.model
 
ListTaskDefinitionsResult() - Constructor for class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
 
listTasks(ListTasksRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listTasks() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
listTasks(ListTasksRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Returns a list of tasks for a specified cluster.
listTasks() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the ListTasks operation.
listTasks(ListTasksRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Returns a list of tasks for a specified cluster.
listTasks() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
listTasksAsync(ListTasksRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTasksAsync(ListTasksRequest, AsyncHandler<ListTasksRequest, ListTasksResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
listTasksAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListTasks operation.
listTasksAsync(AsyncHandler<ListTasksRequest, ListTasksResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the ListTasks operation with an AsyncHandler.
listTasksAsync(ListTasksRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of tasks for a specified cluster.
listTasksAsync(ListTasksRequest, AsyncHandler<ListTasksRequest, ListTasksResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Returns a list of tasks for a specified cluster.
listTasksAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListTasks operation.
listTasksAsync(AsyncHandler<ListTasksRequest, ListTasksResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the ListTasks operation with an AsyncHandler.
listTasksAsync(ListTasksRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listTasksAsync(ListTasksRequest, AsyncHandler<ListTasksRequest, ListTasksResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
listTasksAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListTasks operation.
listTasksAsync(AsyncHandler<ListTasksRequest, ListTasksResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the ListTasks operation with an AsyncHandler.
ListTasksRequest - Class in com.amazonaws.services.ecs.model
 
ListTasksRequest() - Constructor for class com.amazonaws.services.ecs.model.ListTasksRequest
 
ListTasksResult - Class in com.amazonaws.services.ecs.model
 
ListTasksResult() - Constructor for class com.amazonaws.services.ecs.model.ListTasksResult
 
LoadBalancer - Class in com.amazonaws.services.ecs.model
The load balancer configuration to use with a service or task set.
LoadBalancer() - Constructor for class com.amazonaws.services.ecs.model.LoadBalancer
 
LogConfiguration - Class in com.amazonaws.services.ecs.model
The log configuration specification for the container.
LogConfiguration() - Constructor for class com.amazonaws.services.ecs.model.LogConfiguration
 
LogDriver - Enum in com.amazonaws.services.ecs.model
 

M

ManagedScaling - Class in com.amazonaws.services.ecs.model
The managed scaling settings for the Auto Scaling group capacity provider.
ManagedScaling() - Constructor for class com.amazonaws.services.ecs.model.ManagedScaling
 
ManagedScalingStatus - Enum in com.amazonaws.services.ecs.model
 
ManagedTerminationProtection - Enum in com.amazonaws.services.ecs.model
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Attachment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Attribute
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Cluster
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ClusterSetting
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Container
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ContainerDependency
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Deployment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.DeploymentController
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Device
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Failure
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.HealthCheck
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.HostEntry
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.KeyValuePair
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.MountPoint
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.PlatformDevice
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.PortMapping
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Resource
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Scale
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Secret
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Service
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Setting
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.SystemControl
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Tag
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Task
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.TaskOverride
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.TaskSet
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Tmpfs
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Ulimit
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.VersionInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.Volume
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ecs.model.VolumeFrom
 
MissingVersionException - Exception in com.amazonaws.services.ecs.model
Amazon ECS is unable to determine the current version of the Amazon ECS container agent on the container instance and does not have enough information to proceed with an update.
MissingVersionException(String) - Constructor for exception com.amazonaws.services.ecs.model.MissingVersionException
Constructs a new MissingVersionException with the specified error message.
MountPoint - Class in com.amazonaws.services.ecs.model
Details on a volume mount point that is used in a container definition.
MountPoint() - Constructor for class com.amazonaws.services.ecs.model.MountPoint
 

N

NetworkBinding - Class in com.amazonaws.services.ecs.model
Details on the network bindings between a container and its host container instance.
NetworkBinding() - Constructor for class com.amazonaws.services.ecs.model.NetworkBinding
 
NetworkConfiguration - Class in com.amazonaws.services.ecs.model
An object representing the network configuration for a task or service.
NetworkConfiguration() - Constructor for class com.amazonaws.services.ecs.model.NetworkConfiguration
 
NetworkInterface - Class in com.amazonaws.services.ecs.model
An object representing the elastic network interface for tasks that use the awsvpc network mode.
NetworkInterface() - Constructor for class com.amazonaws.services.ecs.model.NetworkInterface
 
NetworkMode - Enum in com.amazonaws.services.ecs.model
 
NoUpdateAvailableException - Exception in com.amazonaws.services.ecs.model
There is no update available for this Amazon ECS container agent.
NoUpdateAvailableException(String) - Constructor for exception com.amazonaws.services.ecs.model.NoUpdateAvailableException
Constructs a new NoUpdateAvailableException with the specified error message.

P

PidMode - Enum in com.amazonaws.services.ecs.model
 
PlacementConstraint - Class in com.amazonaws.services.ecs.model
An object representing a constraint on task placement.
PlacementConstraint() - Constructor for class com.amazonaws.services.ecs.model.PlacementConstraint
 
PlacementConstraintType - Enum in com.amazonaws.services.ecs.model
 
PlacementStrategy - Class in com.amazonaws.services.ecs.model
The task placement strategy for a task or service.
PlacementStrategy() - Constructor for class com.amazonaws.services.ecs.model.PlacementStrategy
 
PlacementStrategyType - Enum in com.amazonaws.services.ecs.model
 
PlatformDevice - Class in com.amazonaws.services.ecs.model
The devices that are available on the container instance.
PlatformDevice() - Constructor for class com.amazonaws.services.ecs.model.PlatformDevice
 
PlatformDeviceType - Enum in com.amazonaws.services.ecs.model
 
PlatformTaskDefinitionIncompatibilityException - Exception in com.amazonaws.services.ecs.model
The specified platform version does not satisfy the task definition's required capabilities.
PlatformTaskDefinitionIncompatibilityException(String) - Constructor for exception com.amazonaws.services.ecs.model.PlatformTaskDefinitionIncompatibilityException
Constructs a new PlatformTaskDefinitionIncompatibilityException with the specified error message.
PlatformUnknownException - Exception in com.amazonaws.services.ecs.model
The specified platform version does not exist.
PlatformUnknownException(String) - Constructor for exception com.amazonaws.services.ecs.model.PlatformUnknownException
Constructs a new PlatformUnknownException with the specified error message.
PortMapping - Class in com.amazonaws.services.ecs.model
Port mappings allow containers to access ports on the host container instance to send or receive traffic.
PortMapping() - Constructor for class com.amazonaws.services.ecs.model.PortMapping
 
PropagateTags - Enum in com.amazonaws.services.ecs.model
 
ProxyConfiguration - Class in com.amazonaws.services.ecs.model
The configuration details for the App Mesh proxy.
ProxyConfiguration() - Constructor for class com.amazonaws.services.ecs.model.ProxyConfiguration
 
ProxyConfigurationType - Enum in com.amazonaws.services.ecs.model
 
putAccountSetting(PutAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
putAccountSetting(PutAccountSettingRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Modifies an account setting.
putAccountSetting(PutAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Modifies an account setting.
putAccountSettingAsync(PutAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putAccountSettingAsync(PutAccountSettingRequest, AsyncHandler<PutAccountSettingRequest, PutAccountSettingResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putAccountSettingAsync(PutAccountSettingRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies an account setting.
putAccountSettingAsync(PutAccountSettingRequest, AsyncHandler<PutAccountSettingRequest, PutAccountSettingResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies an account setting.
putAccountSettingAsync(PutAccountSettingRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
putAccountSettingAsync(PutAccountSettingRequest, AsyncHandler<PutAccountSettingRequest, PutAccountSettingResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
putAccountSettingDefault(PutAccountSettingDefaultRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
putAccountSettingDefault(PutAccountSettingDefaultRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Modifies an account setting for all IAM users on an account for whom no individual account setting has been specified.
putAccountSettingDefault(PutAccountSettingDefaultRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Modifies an account setting for all IAM users on an account for whom no individual account setting has been specified.
putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest, AsyncHandler<PutAccountSettingDefaultRequest, PutAccountSettingDefaultResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies an account setting for all IAM users on an account for whom no individual account setting has been specified.
putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest, AsyncHandler<PutAccountSettingDefaultRequest, PutAccountSettingDefaultResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies an account setting for all IAM users on an account for whom no individual account setting has been specified.
putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
putAccountSettingDefaultAsync(PutAccountSettingDefaultRequest, AsyncHandler<PutAccountSettingDefaultRequest, PutAccountSettingDefaultResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
PutAccountSettingDefaultRequest - Class in com.amazonaws.services.ecs.model
 
PutAccountSettingDefaultRequest() - Constructor for class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
 
PutAccountSettingDefaultResult - Class in com.amazonaws.services.ecs.model
 
PutAccountSettingDefaultResult() - Constructor for class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
 
PutAccountSettingRequest - Class in com.amazonaws.services.ecs.model
 
PutAccountSettingRequest() - Constructor for class com.amazonaws.services.ecs.model.PutAccountSettingRequest
 
PutAccountSettingResult - Class in com.amazonaws.services.ecs.model
 
PutAccountSettingResult() - Constructor for class com.amazonaws.services.ecs.model.PutAccountSettingResult
 
putAttributes(PutAttributesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
putAttributes(PutAttributesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Create or update an attribute on an Amazon ECS resource.
putAttributes(PutAttributesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Create or update an attribute on an Amazon ECS resource.
putAttributesAsync(PutAttributesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putAttributesAsync(PutAttributesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Create or update an attribute on an Amazon ECS resource.
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Create or update an attribute on an Amazon ECS resource.
putAttributesAsync(PutAttributesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
putAttributesAsync(PutAttributesRequest, AsyncHandler<PutAttributesRequest, PutAttributesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
PutAttributesRequest - Class in com.amazonaws.services.ecs.model
 
PutAttributesRequest() - Constructor for class com.amazonaws.services.ecs.model.PutAttributesRequest
 
PutAttributesResult - Class in com.amazonaws.services.ecs.model
 
PutAttributesResult() - Constructor for class com.amazonaws.services.ecs.model.PutAttributesResult
 
putClusterCapacityProviders(PutClusterCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
putClusterCapacityProviders(PutClusterCapacityProvidersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
putClusterCapacityProviders(PutClusterCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
putClusterCapacityProvidersAsync(PutClusterCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putClusterCapacityProvidersAsync(PutClusterCapacityProvidersRequest, AsyncHandler<PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
putClusterCapacityProvidersAsync(PutClusterCapacityProvidersRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
putClusterCapacityProvidersAsync(PutClusterCapacityProvidersRequest, AsyncHandler<PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
putClusterCapacityProvidersAsync(PutClusterCapacityProvidersRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
putClusterCapacityProvidersAsync(PutClusterCapacityProvidersRequest, AsyncHandler<PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
PutClusterCapacityProvidersRequest - Class in com.amazonaws.services.ecs.model
 
PutClusterCapacityProvidersRequest() - Constructor for class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
 
PutClusterCapacityProvidersResult - Class in com.amazonaws.services.ecs.model
 
PutClusterCapacityProvidersResult() - Constructor for class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
 

R

registerContainerInstance(RegisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
registerContainerInstance(RegisterContainerInstanceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
registerContainerInstance(RegisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
registerContainerInstanceAsync(RegisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
registerContainerInstanceAsync(RegisterContainerInstanceRequest, AsyncHandler<RegisterContainerInstanceRequest, RegisterContainerInstanceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
registerContainerInstanceAsync(RegisterContainerInstanceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
registerContainerInstanceAsync(RegisterContainerInstanceRequest, AsyncHandler<RegisterContainerInstanceRequest, RegisterContainerInstanceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
registerContainerInstanceAsync(RegisterContainerInstanceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
registerContainerInstanceAsync(RegisterContainerInstanceRequest, AsyncHandler<RegisterContainerInstanceRequest, RegisterContainerInstanceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
RegisterContainerInstanceRequest - Class in com.amazonaws.services.ecs.model
 
RegisterContainerInstanceRequest() - Constructor for class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
 
RegisterContainerInstanceResult - Class in com.amazonaws.services.ecs.model
 
RegisterContainerInstanceResult() - Constructor for class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
 
registerTaskDefinition(RegisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
registerTaskDefinition(RegisterTaskDefinitionRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Registers a new task definition from the supplied family and containerDefinitions.
registerTaskDefinition(RegisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Registers a new task definition from the supplied family and containerDefinitions.
registerTaskDefinitionAsync(RegisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
registerTaskDefinitionAsync(RegisterTaskDefinitionRequest, AsyncHandler<RegisterTaskDefinitionRequest, RegisterTaskDefinitionResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
registerTaskDefinitionAsync(RegisterTaskDefinitionRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Registers a new task definition from the supplied family and containerDefinitions.
registerTaskDefinitionAsync(RegisterTaskDefinitionRequest, AsyncHandler<RegisterTaskDefinitionRequest, RegisterTaskDefinitionResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Registers a new task definition from the supplied family and containerDefinitions.
registerTaskDefinitionAsync(RegisterTaskDefinitionRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
registerTaskDefinitionAsync(RegisterTaskDefinitionRequest, AsyncHandler<RegisterTaskDefinitionRequest, RegisterTaskDefinitionResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
RegisterTaskDefinitionRequest - Class in com.amazonaws.services.ecs.model
 
RegisterTaskDefinitionRequest() - Constructor for class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
 
RegisterTaskDefinitionResult - Class in com.amazonaws.services.ecs.model
 
RegisterTaskDefinitionResult() - Constructor for class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
 
RepositoryCredentials - Class in com.amazonaws.services.ecs.model
The repository credentials for private registry authentication.
RepositoryCredentials() - Constructor for class com.amazonaws.services.ecs.model.RepositoryCredentials
 
Resource - Class in com.amazonaws.services.ecs.model
Describes the resources available for a container instance.
Resource() - Constructor for class com.amazonaws.services.ecs.model.Resource
 
ResourceInUseException - Exception in com.amazonaws.services.ecs.model
The specified resource is in-use and cannot be removed.
ResourceInUseException(String) - Constructor for exception com.amazonaws.services.ecs.model.ResourceInUseException
Constructs a new ResourceInUseException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.ecs.model
The specified resource could not be found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.ecs.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceRequirement - Class in com.amazonaws.services.ecs.model
The type and amount of a resource to assign to a container.
ResourceRequirement() - Constructor for class com.amazonaws.services.ecs.model.ResourceRequirement
 
ResourceType - Enum in com.amazonaws.services.ecs.model
 
runTask(RunTaskRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
runTask(RunTaskRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Starts a new task using the specified task definition.
runTask(RunTaskRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Starts a new task using the specified task definition.
runTaskAsync(RunTaskRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
runTaskAsync(RunTaskRequest, AsyncHandler<RunTaskRequest, RunTaskResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
runTaskAsync(RunTaskRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Starts a new task using the specified task definition.
runTaskAsync(RunTaskRequest, AsyncHandler<RunTaskRequest, RunTaskResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Starts a new task using the specified task definition.
runTaskAsync(RunTaskRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
runTaskAsync(RunTaskRequest, AsyncHandler<RunTaskRequest, RunTaskResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
RunTaskRequest - Class in com.amazonaws.services.ecs.model
 
RunTaskRequest() - Constructor for class com.amazonaws.services.ecs.model.RunTaskRequest
 
RunTaskResult - Class in com.amazonaws.services.ecs.model
 
RunTaskResult() - Constructor for class com.amazonaws.services.ecs.model.RunTaskResult
 

S

Scale - Class in com.amazonaws.services.ecs.model
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
Scale() - Constructor for class com.amazonaws.services.ecs.model.Scale
 
ScaleUnit - Enum in com.amazonaws.services.ecs.model
 
SchedulingStrategy - Enum in com.amazonaws.services.ecs.model
 
Scope - Enum in com.amazonaws.services.ecs.model
 
Secret - Class in com.amazonaws.services.ecs.model
An object representing the secret to expose to your container.
Secret() - Constructor for class com.amazonaws.services.ecs.model.Secret
 
ServerException - Exception in com.amazonaws.services.ecs.model
These errors are usually caused by a server issue.
ServerException(String) - Constructor for exception com.amazonaws.services.ecs.model.ServerException
Constructs a new ServerException with the specified error message.
Service - Class in com.amazonaws.services.ecs.model
Details on a service within a cluster
Service() - Constructor for class com.amazonaws.services.ecs.model.Service
 
ServiceEvent - Class in com.amazonaws.services.ecs.model
Details on an event associated with a service.
ServiceEvent() - Constructor for class com.amazonaws.services.ecs.model.ServiceEvent
 
ServiceField - Enum in com.amazonaws.services.ecs.model
 
ServiceNotActiveException - Exception in com.amazonaws.services.ecs.model
The specified service is not active.
ServiceNotActiveException(String) - Constructor for exception com.amazonaws.services.ecs.model.ServiceNotActiveException
Constructs a new ServiceNotActiveException with the specified error message.
ServiceNotFoundException - Exception in com.amazonaws.services.ecs.model
The specified service could not be found.
ServiceNotFoundException(String) - Constructor for exception com.amazonaws.services.ecs.model.ServiceNotFoundException
Constructs a new ServiceNotFoundException with the specified error message.
ServiceRegistry - Class in com.amazonaws.services.ecs.model
Details of the service registry.
ServiceRegistry() - Constructor for class com.amazonaws.services.ecs.model.ServiceRegistry
 
servicesInactive() - Method in class com.amazonaws.services.ecs.waiters.AmazonECSWaiters
Builds a ServicesInactive waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
servicesStable() - Method in class com.amazonaws.services.ecs.waiters.AmazonECSWaiters
Builds a ServicesStable waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
setAccessPointId(String) - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
The Amazon EFS access point ID to use.
setAcknowledgment(String) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
Acknowledgement of the state change.
setAcknowledgment(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
Acknowledgement of the state change.
setAcknowledgment(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
Acknowledgement of the state change.
setActiveServicesCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of services that are running on the cluster in an ACTIVE state.
setAdd(Collection<String>) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been added to the default configuration provided by Docker.
setAgentConnected(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
This parameter returns true if the agent is connected to Amazon ECS.
setAgentHash(String) - Method in class com.amazonaws.services.ecs.model.VersionInfo
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
setAgentUpdateStatus(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the most recent agent update.
setAgentUpdateStatus(AgentUpdateStatus) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the most recent agent update.
setAgentVersion(String) - Method in class com.amazonaws.services.ecs.model.VersionInfo
The version number of the Amazon ECS container agent.
setArn(String) - Method in class com.amazonaws.services.ecs.model.Failure
The Amazon Resource Name (ARN) of the failed resource.
setAssignPublicIp(String) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
Whether the task's elastic network interface receives a public IP address.
setAttachmentArn(String) - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
The Amazon Resource Name (ARN) of the attachment.
setAttachmentId(String) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The attachment ID for the network interface.
setAttachments(Collection<Attachment>) - Method in class com.amazonaws.services.ecs.model.Cluster
The resources attached to a cluster.
setAttachments(Collection<Attachment>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The resources attached to a container instance, such as elastic network interfaces.
setAttachments(Collection<AttachmentStateChange>) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
Any attachments associated with the state change request.
setAttachments(Collection<AttachmentStateChange>) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any attachments associated with the state change request.
setAttachments(Collection<Attachment>) - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Network Adapter associated with the task if the task uses the awsvpc network mode.
setAttachmentsStatus(String) - Method in class com.amazonaws.services.ecs.model.Cluster
The status of the capacity providers associated with the cluster.
setAttributeName(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The name of the attribute with which to filter the results.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
The attributes to delete from your resource.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
A list of attribute objects that were successfully deleted from your resource.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
A list of attribute objects that meet the criteria of the request.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
The attributes to apply to your resource.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
The attributes applied to your resource.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The container instance attributes that this container instance supports.
setAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.Task
The attributes of the task
setAttributeValue(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The value of the attribute with which to filter results.
setAuthorizationConfig(EFSAuthorizationConfig) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The authorization configuration details for the Amazon EFS file system.
setAutoprovision(Boolean) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
If this value is true, the Docker volume is created if it does not already exist.
setAutoScalingGroupArn(String) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The Amazon Resource Name (ARN) that identifies the Auto Scaling group.
setAutoScalingGroupProvider(AutoScalingGroupProvider) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The Auto Scaling group settings for the capacity provider.
setAutoScalingGroupProvider(AutoScalingGroupProvider) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The details of the Auto Scaling group for the capacity provider.
setAvailabilityZone(String) - Method in class com.amazonaws.services.ecs.model.Task
The availability zone of the task.
setAwsvpcConfiguration(AwsVpcConfiguration) - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
The VPC subnets and security groups associated with a task.
setBase(Integer) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The base value designates how many tasks, at a minimum, to run on the specified capacity provider.
setBindIP(String) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The IP address that the container is bound to on the container instance.
setCapabilities(KernelCapabilities) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
setCapacityProvider(String) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The short name of the capacity provider.
setCapacityProvider(CapacityProvider) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
The full description of the new capacity provider.
setCapacityProviderArn(String) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The Amazon Resource Name (ARN) that identifies the capacity provider.
setCapacityProviderName(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The capacity provider associated with the container instance.
setCapacityProviderName(String) - Method in class com.amazonaws.services.ecs.model.Task
The capacity provider associated with the task.
setCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Cluster
The capacity providers associated with the cluster.
setCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The short name of one or more capacity providers to associate with the cluster.
setCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The short name or full Amazon Resource Name (ARN) of one or more capacity providers.
setCapacityProviders(Collection<CapacityProvider>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
The list of capacity providers.
setCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The name of one or more capacity providers to associate with the cluster.
setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The capacity provider strategy to use for the service.
setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The capacity provider strategy to use for the task set.
setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.Deployment
The capacity provider strategy that the deployment is using.
setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The capacity provider strategy to use for the task.
setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.Service
The capacity provider strategy associated with the service.
setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.TaskSet
The capacity provider strategy associated with the task set.
setCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The capacity provider strategy to update the service to use.
setClientToken(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
setClientToken(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
setCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.CreateClusterResult
The full description of your new cluster.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to run your service.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete attributes.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteClusterRequest
The short name or full Amazon Resource Name (ARN) of the cluster to delete.
setCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.DeleteClusterResult
The full description of the deleted cluster.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in to delete.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to deregister.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task or tasks to describe.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to list.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The short name or full Amazon Resource Name (ARN) of the cluster to modify the capacity provider settings for.
setCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
 
setCluster(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The short name or full Amazon Resource Name (ARN) of the cluster with which to register your container instance.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to start your task.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The short name or full ARN of the cluster that hosts the container.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
The name of the cluster to modify the settings for.
setCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
 
setCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to update.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on.
setCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
setClusterArn(String) - Method in class com.amazonaws.services.ecs.model.Cluster
The Amazon Resource Name (ARN) that identifies the cluster.
setClusterArn(String) - Method in class com.amazonaws.services.ecs.model.Service
The Amazon Resource Name (ARN) of the cluster that hosts the service.
setClusterArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the cluster that hosts the task.
setClusterArn(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists in.
setClusterArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListClustersResult
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
setClusterName(String) - Method in class com.amazonaws.services.ecs.model.Cluster
A user-generated string that you use to identify your cluster.
setClusterName(String) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The name of your cluster.
setClusters(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries.
setClusters(Collection<Cluster>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
The list of clusters.
setCommand(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The command that is passed to the container.
setCommand(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The command to send to the container that overrides the default command from the Docker image or the task definition.
setCommand(Collection<String>) - Method in class com.amazonaws.services.ecs.model.HealthCheck
A string array representing the command that the container runs to determine if it is healthy.
setCompatibilities(Collection<String>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type to use with your task.
setComputedDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.TaskSet
The computed desired count for the task set.
setCondition(String) - Method in class com.amazonaws.services.ecs.model.ContainerDependency
The dependency condition of the container.
setConnectivity(String) - Method in class com.amazonaws.services.ecs.model.Task
The connectivity status of a task.
setConnectivityAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task last went into CONNECTED status.
setContainerArn(String) - Method in class com.amazonaws.services.ecs.model.Container
The Amazon Resource Name (ARN) of the container.
setContainerDefinitions(Collection<ContainerDefinition>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of container definitions in JSON format that describe the different containers that make up your task.
setContainerDefinitions(Collection<ContainerDefinition>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
A list of container definitions in JSON format that describe the different containers that make up your task.
setContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
The container instance ID or full ARN of the container instance to deregister.
setContainerInstance(ContainerInstance) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
The container instance that was deregistered.
setContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
The container instance ID or full ARN of the container instance.
setContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The container instance ID or full ARN of the container instance with which to filter the ListTasks results.
setContainerInstance(ContainerInstance) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
The container instance that was registered.
setContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.
setContainerInstance(ContainerInstance) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
The container instance for which the container agent was updated.
setContainerInstanceArn(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The Amazon Resource Name (ARN) of the container instance.
setContainerInstanceArn(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The ARN of the container instance (if it was previously registered).
setContainerInstanceArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the container instances that host the task.
setContainerInstanceArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
setContainerInstances(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
setContainerInstances(Collection<ContainerInstance>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
The list of container instances.
setContainerInstances(Collection<String>) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The container instance IDs or full ARN entries for the container instances on which you would like to place your task.
setContainerInstances(Collection<String>) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
A list of container instance IDs or full ARN entries.
setContainerInstances(Collection<ContainerInstance>) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
The list of container instances.
setContainerName(String) - Method in class com.amazonaws.services.ecs.model.ContainerDependency
The name of a container.
setContainerName(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The name of the container.
setContainerName(String) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The name of the container (as it appears in a container definition) to associate with the load balancer.
setContainerName(String) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The name of the container that will serve as the App Mesh proxy.
setContainerName(String) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The container name value, already specified in the task definition, to be used for your service discovery service.
setContainerName(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The name of the container.
setContainerOverrides(Collection<ContainerOverride>) - Method in class com.amazonaws.services.ecs.model.TaskOverride
One or more container overrides sent to a task.
setContainerPath(String) - Method in class com.amazonaws.services.ecs.model.Device
The path inside the container at which to expose the host device.
setContainerPath(String) - Method in class com.amazonaws.services.ecs.model.MountPoint
The path on the container to mount the host volume at.
setContainerPath(String) - Method in class com.amazonaws.services.ecs.model.Tmpfs
The absolute file path where the tmpfs volume is to be mounted.
setContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The port on the container to associate with the load balancer.
setContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The port number on the container that is used with the network binding.
setContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.PortMapping
The port number on the container that is bound to the user-specified or automatically assigned host port.
setContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The port value, already specified in the task definition, to be used for your service discovery service.
setContainers(Collection<ContainerStateChange>) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any containers associated with the state change request.
setContainers(Collection<Container>) - Method in class com.amazonaws.services.ecs.model.Task
The containers associated with the task.
setCount(Integer) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The number of instantiations of the specified task to place on your cluster.
setCpu(String) - Method in class com.amazonaws.services.ecs.model.Container
The number of CPU units set for the container.
setCpu(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The number of cpu units reserved for the container.
setCpu(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The number of cpu units reserved for the container, instead of the default value from the task definition.
setCpu(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The number of CPU units used by the task.
setCpu(String) - Method in class com.amazonaws.services.ecs.model.Task
The number of CPU units used by the task as expressed in a task definition.
setCpu(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The number of cpu units used by the task.
setCpu(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The cpu override for the task.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Deployment
The Unix timestamp for when the service deployment was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Service
The Unix timestamp for when the service was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The Unix timestamp for when the event was triggered.
setCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task was created (the task entered the PENDING state).
setCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set was created.
setCreatedBy(String) - Method in class com.amazonaws.services.ecs.model.Service
The principal that created the service.
setCredentialsParameter(String) - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
setDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.Cluster
The default capacity provider strategy for the cluster.
setDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The capacity provider strategy to use by default for the cluster.
setDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The capacity provider strategy to use by default for the cluster.
setDependsOn(Collection<ContainerDependency>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The dependencies defined for container startup and shutdown.
setDeploymentConfiguration(DeploymentConfiguration) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
setDeploymentConfiguration(DeploymentConfiguration) - Method in class com.amazonaws.services.ecs.model.Service
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
setDeploymentConfiguration(DeploymentConfiguration) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
setDeploymentController(DeploymentController) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The deployment controller to use for the service.
setDeploymentController(DeploymentController) - Method in class com.amazonaws.services.ecs.model.Service
The deployment controller type the service is using.
setDeployments(Collection<Deployment>) - Method in class com.amazonaws.services.ecs.model.Service
The current state of deployments for the service.
setDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The number of instantiations of the specified task definition to place and keep running on your cluster.
setDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.Deployment
The most recent desired count of tasks that was specified for the service to deploy or maintain.
setDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The desired number of instantiations of the task definition to keep running on the service.
setDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The number of instantiations of the task to place and keep running in your service.
setDesiredStatus(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The task desired status with which to filter the ListTasks results.
setDesiredStatus(DesiredStatus) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The task desired status with which to filter the ListTasks results.
setDesiredStatus(String) - Method in class com.amazonaws.services.ecs.model.Task
The desired status of the task.
setDetail(String) - Method in class com.amazonaws.services.ecs.model.Failure
The details of the failure.
setDetails(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.Attachment
Details of the attachment.
setDeviceName(String) - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
The Elastic Inference accelerator device name.
setDeviceName(String) - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
The Elastic Inference accelerator device name to override for the task.
setDevices(Collection<Device>) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Any host devices to expose to the container.
setDeviceType(String) - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
The Elastic Inference accelerator type to use.
setDeviceType(String) - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
The Elastic Inference accelerator type to use.
setDisableNetworking(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, networking is disabled within the container.
setDnsSearchDomains(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS search domains that are presented to the container.
setDnsServers(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS servers that are presented to the container.
setDockerLabels(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A key/value map of labels to add to the container.
setDockerSecurityOptions(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems.
setDockerVersion(String) - Method in class com.amazonaws.services.ecs.model.VersionInfo
The Docker version running on the container instance.
setDockerVolumeConfiguration(DockerVolumeConfiguration) - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using Docker volumes.
setDoubleValue(Double) - Method in class com.amazonaws.services.ecs.model.Resource
When the doubleValue type is set, the value of the resource must be a double precision floating-point type.
setDriver(String) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
The Docker volume driver to use.
setDriverOpts(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
A map of Docker driver-specific options passed through.
setDrop(Collection<String>) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been removed from the default configuration provided by Docker.
setEc2InstanceId(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The EC2 instance ID of the container instance.
setEffectiveSettings(Boolean) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
Specifies whether to return the effective settings.
setEfsVolumeConfiguration(EFSVolumeConfiguration) - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using an Amazon Elastic File System (Amazon EFS) file storage.
setEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
setEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
setEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to enable Amazon ECS managed tags for the tasks in the service.
setEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
setEndpoint(String) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
setEndpoint(String) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEndpoint(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
The endpoint for the Amazon ECS agent to poll.
setEntryPoint(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
setEnvironment(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The environment variables to pass to a container.
setEnvironment(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The environment variables to send to the container.
setEnvironmentFiles(Collection<EnvironmentFile>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of files containing the environment variables to pass to a container.
setEnvironmentFiles(Collection<EnvironmentFile>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
A list of files containing the environment variables to pass to a container, instead of the value from the container definition.
setEssential(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped.
setEvents(Collection<ServiceEvent>) - Method in class com.amazonaws.services.ecs.model.Service
The event stream for your service.
setExecutionRoleArn(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Amazon Resource Name (ARN) of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.
setExecutionRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Amazon Resource Name (ARN) of the task execution role that containers in this task can assume.
setExecutionRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Amazon Resource Name (ARN) of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.
setExecutionStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the task execution stopped.
setExecutionStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task execution stopped.
setExitCode(Integer) - Method in class com.amazonaws.services.ecs.model.Container
The exit code returned from the container.
setExitCode(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The exit code for the container, if the state change is a result of the container exiting.
setExitCode(Integer) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The exit code returned for the state change request.
setExpression(String) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
A cluster query language expression to apply to the constraint.
setExpression(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
A cluster query language expression to apply to the constraint.
setExternalId(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
An optional non-unique tag that identifies this task set in external systems.
setExternalId(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The external ID associated with the task set.
setExtraHosts(Collection<HostEntry>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of hostnames and IP address mappings to append to the /etc/hosts file on the container.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.RunTaskResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.StartTaskResult
Any failures associated with the call.
setFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
Any failures associated with the call.
setFamilies(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
The list of task definition family names that match the ListTaskDefinitionFamilies request.
setFamily(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The name of the family with which to filter the ListTasks results.
setFamily(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
You must specify a family for a task definition, which allows you to track multiple versions of the same task definition.
setFamily(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The name of a family that this task definition is registered to.
setFamilyPrefix(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The familyPrefix is a string that is used to filter the results of ListTaskDefinitionFamilies.
setFamilyPrefix(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The full family name with which to filter the ListTaskDefinitions results.
setField(String) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The field to apply the placement strategy against.
setFileSystemId(String) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The Amazon EFS file system ID to use.
setFilter(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
You can filter the results of a ListContainerInstances operation with cluster query language statements.
setFirelensConfiguration(FirelensConfiguration) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The FireLens configuration for the container.
setForce(Boolean) - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
If true, allows you to delete a service even if it has not been scaled down to zero tasks.
setForce(Boolean) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
If true, this allows you to delete a task set even if it hasn't been scaled down to zero.
setForce(Boolean) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
Forces the deregistration of the container instance.
setForceNewDeployment(Boolean) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Whether to force a new deployment of the service.
setGpuIds(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Container
The IDs of each GPU assigned to the container.
setGroup(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The name of the task group to associate with the task.
setGroup(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The name of the task group to associate with the task.
setGroup(String) - Method in class com.amazonaws.services.ecs.model.Task
The name of the task group associated with the task.
setHardLimit(Integer) - Method in class com.amazonaws.services.ecs.model.Ulimit
The hard limit for the ulimit type.
setHealthCheck(HealthCheck) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The container health check command and associated configuration parameters for the container.
setHealthCheckGracePeriodSeconds(Integer) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load Balancing target health checks after a task has first started.
setHealthCheckGracePeriodSeconds(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
setHealthCheckGracePeriodSeconds(Integer) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load Balancing target health checks after a task has first started.
setHealthStatus(String) - Method in class com.amazonaws.services.ecs.model.Container
The health status of the container.
setHealthStatus(String) - Method in class com.amazonaws.services.ecs.model.Task
The health status for the task, which is determined by the health of the essential containers in the task.
setHost(HostVolumeProperties) - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using bind mount host volumes.
setHostname(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The hostname to use for your container.
setHostname(String) - Method in class com.amazonaws.services.ecs.model.HostEntry
The hostname to use in the /etc/hosts entry.
setHostPath(String) - Method in class com.amazonaws.services.ecs.model.Device
The path for the device on the host container instance.
setHostPort(Integer) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The port number on the host that is used with the network binding.
setHostPort(Integer) - Method in class com.amazonaws.services.ecs.model.PortMapping
The port number on the container instance to reserve for your container.
setIam(String) - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
setId(String) - Method in class com.amazonaws.services.ecs.model.Attachment
The unique identifier for the attachment.
setId(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The ID of the deployment.
setId(String) - Method in class com.amazonaws.services.ecs.model.PlatformDevice
The ID for the GPU(s) on the container instance.
setId(String) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The ID string of the event.
setId(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The ID of the task set.
setImage(String) - Method in class com.amazonaws.services.ecs.model.Container
The image used for the container.
setImage(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The image used to start a container.
setImageDigest(String) - Method in class com.amazonaws.services.ecs.model.Container
The container image manifest digest.
setImageDigest(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The container image SHA 256 digest.
setInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
Specifies whether or not you want to see the resource tags for the capacity provider.
setInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
Whether to include additional information about your clusters in the response.
setInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
Specifies whether you want to see the resource tags for the container instance.
setInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
Specifies whether you want to see the resource tags for the service.
setInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
Specifies whether to see the resource tags for the task definition.
setInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
Specifies whether to see the resource tags for the task set.
setInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
Specifies whether you want to see the resource tags for the task.
setInferenceAcceleratorOverrides(Collection<InferenceAcceleratorOverride>) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Elastic Inference accelerator override for the task.
setInferenceAccelerators(Collection<InferenceAccelerator>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Elastic Inference accelerators to use for the containers in the task.
setInferenceAccelerators(Collection<InferenceAccelerator>) - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Inference accelerator associated with the task.
setInferenceAccelerators(Collection<InferenceAccelerator>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Elastic Inference accelerator associated with the task.
setInitProcessEnabled(Boolean) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Run an init process inside the container that forwards signals and reaps processes.
setInstanceIdentityDocument(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The instance identity document for the EC2 instance to register.
setInstanceIdentityDocumentSignature(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The instance identity document signature for the EC2 instance to register.
setIntegerValue(Integer) - Method in class com.amazonaws.services.ecs.model.Resource
When the integerValue type is set, the value of the resource must be an integer.
setInteractive(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, this allows you to deploy containerized applications that require stdin or a tty to be allocated.
setInterval(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The time period in seconds between each health check execution.
setIpAddress(String) - Method in class com.amazonaws.services.ecs.model.HostEntry
The IP address to use in the /etc/hosts entry.
setIpcMode(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The IPC resource namespace to use for the containers in the task.
setIpcMode(IpcMode) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The IPC resource namespace to use for the containers in the task.
setIpcMode(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The IPC resource namespace to use for the containers in the task.
setIpcMode(IpcMode) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The IPC resource namespace to use for the containers in the task.
setIpv6Address(String) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The private IPv6 address for the network interface.
setKey(String) - Method in class com.amazonaws.services.ecs.model.Tag
One part of a key-value pair that make up a tag.
setLabels(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Custom metadata to add to your Docker volume.
setLastStatus(String) - Method in class com.amazonaws.services.ecs.model.Container
The last known status of the container.
setLastStatus(String) - Method in class com.amazonaws.services.ecs.model.Task
The last known status of the task.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The launch type on which to run your service.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The launch type that new tasks in the task set will use.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The launch type the tasks in the service are using.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The launch type for the services to list.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The launch type for services to list.
setLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The launch type for services to list.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The launch type on which to run your task.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.Service
The launch type on which your service is running.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.Task
The launch type on which your task is running.
setLaunchType(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The launch type the tasks in the task set are using.
setLinks(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The links parameter allows containers to communicate with each other without the need for port mappings.
setLinuxParameters(LinuxParameters) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
setLoadBalancerName(String) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The name of the load balancer to associate with the Amazon ECS service or task set.
setLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
A load balancer object representing the load balancers to use with your service.
setLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
A load balancer object representing the load balancer to use with the task set.
setLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.Service
A list of Elastic Load Balancing 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.
setLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.TaskSet
Details on a load balancer that is used with a task set.
setLogConfiguration(LogConfiguration) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The log configuration specification for the container.
setLogDriver(String) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The log driver to use for the container.
setLogDriver(LogDriver) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The log driver to use for the container.
setLongValue(Long) - Method in class com.amazonaws.services.ecs.model.Resource
When the longValue type is set, the value of the resource must be an extended precision floating-point type.
setManagedScaling(ManagedScaling) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The managed scaling settings for the Auto Scaling group capacity provider.
setManagedTerminationProtection(String) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The managed termination protection setting to use for the Auto Scaling group capacity provider.
setMaximumPercent(Integer) - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
If a service is using the rolling update (ECS) deployment type, the maximum percent parameter represents an upper limit on the number of tasks in a service that are allowed in the RUNNING or PENDING state during a deployment, as a percentage of the desired number of tasks (rounded down to the nearest integer), and while any container instances are in the DRAINING state if the service contains tasks using the EC2 launch type.
setMaximumScalingStepSize(Integer) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The maximum number of container instances that Amazon ECS will scale in or scale out at one time.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The maximum number of account setting results returned by DescribeCapacityProviders in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The maximum number of account setting results returned by ListAccountSettings in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The maximum number of cluster results returned by ListAttributes in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
The maximum number of cluster results returned by ListClusters in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The maximum number of container instance results returned by ListContainerInstances in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The maximum number of service results returned by ListServices in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The maximum number of task definition family results returned by ListTaskDefinitionFamilies in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The maximum number of task definition results returned by ListTaskDefinitions in paginated output.
setMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The maximum number of task results returned by ListTasks in paginated output.
setMaxSwap(Integer) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The total amount of swap memory (in MiB) a container can use.
setMemory(String) - Method in class com.amazonaws.services.ecs.model.Container
The hard limit (in MiB) of memory set for the container.
setMemory(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The amount (in MiB) of memory to present to the container.
setMemory(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition.
setMemory(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The amount of memory (in MiB) used by the task.
setMemory(String) - Method in class com.amazonaws.services.ecs.model.Task
The amount of memory (in MiB) used by the task as expressed in a task definition.
setMemory(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The amount (in MiB) of memory used by the task.
setMemory(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The memory override for the task.
setMemoryReservation(String) - Method in class com.amazonaws.services.ecs.model.Container
The soft limit (in MiB) of memory set for the container.
setMemoryReservation(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The soft limit (in MiB) of memory to reserve for the container.
setMemoryReservation(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.
setMessage(String) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The event message.
setMinimumHealthyPercent(Integer) - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
If a service is using the rolling update (ECS) deployment type, the minimum healthy percent represents a lower limit on the number of tasks in a service that must remain in the RUNNING state during a deployment, as a percentage of the desired number of tasks (rounded up to the nearest integer), and while any container instances are in the DRAINING state if the service contains tasks using the EC2 launch type.
setMinimumScalingStepSize(Integer) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The minimum number of container instances that Amazon ECS will scale in or scale out at one time.
setMountOptions(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Tmpfs
The list of tmpfs volume mount options.
setMountPoints(Collection<MountPoint>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The mount points for data volumes in your container.
setName(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The name of the attribute.
setName(String) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The name of the capacity provider.
setName(String) - Method in class com.amazonaws.services.ecs.model.ClusterSetting
The name of the cluster setting.
setName(String) - Method in class com.amazonaws.services.ecs.model.Container
The name of the container.
setName(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The name of a container.
setName(String) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The name of the container that receives the override.
setName(String) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The name of the capacity provider.
setName(String) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
The resource name for which to disable the account setting.
setName(String) - Method in class com.amazonaws.services.ecs.model.KeyValuePair
The name of the key-value pair.
setName(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The resource name you want to list the account settings for.
setName(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
The resource name for which to modify the account setting.
setName(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The Amazon ECS resource name for which to modify the account setting.
setName(String) - Method in class com.amazonaws.services.ecs.model.Resource
The name of the resource, such as CPU, MEMORY, PORTS, PORTS_UDP, or a user-defined resource.
setName(String) - Method in class com.amazonaws.services.ecs.model.Secret
The name of the secret.
setName(String) - Method in class com.amazonaws.services.ecs.model.Setting
The Amazon ECS resource name.
setName(String) - Method in class com.amazonaws.services.ecs.model.Ulimit
The type of the ulimit.
setName(UlimitName) - Method in class com.amazonaws.services.ecs.model.Ulimit
The type of the ulimit.
setName(String) - Method in class com.amazonaws.services.ecs.model.Volume
The name of the volume.
setNamespace(String) - Method in class com.amazonaws.services.ecs.model.SystemControl
The namespaced kernel parameter for which to set a value.
setNetworkBindings(Collection<NetworkBinding>) - Method in class com.amazonaws.services.ecs.model.Container
The network bindings associated with the container.
setNetworkBindings(Collection<NetworkBinding>) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
Any network bindings associated with the container.
setNetworkBindings(Collection<NetworkBinding>) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The network bindings of the container.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The network configuration for the service.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.Deployment
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The network configuration for the task.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.Service
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.TaskSet
The network configuration for the task set.
setNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
 
setNetworkInterfaces(Collection<NetworkInterface>) - Method in class com.amazonaws.services.ecs.model.Container
The network interfaces associated with the container.
setNetworkMode(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Docker networking mode to use for the containers in the task.
setNetworkMode(NetworkMode) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Docker networking mode to use for the containers in the task.
setNetworkMode(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Docker networking mode to use for the containers in the task.
setNetworkMode(NetworkMode) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Docker networking mode to use for the containers in the task.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The nextToken value returned from a previous paginated DescribeCapacityProviders request where maxResults was used and the results exceeded the value of that parameter.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
The nextToken value to include in a future DescribeCapacityProviders request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The nextToken value returned from a ListAccountSettings request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
The nextToken value to include in a future ListAccountSettings request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The nextToken value returned from a ListAttributes request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
The nextToken value to include in a future ListAttributes request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
The nextToken value returned from a ListClusters request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListClustersResult
The nextToken value to include in a future ListClusters request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The nextToken value returned from a ListContainerInstances request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
The nextToken value to include in a future ListContainerInstances request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The nextToken value returned from a ListServices request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListServicesResult
The nextToken value to include in a future ListServices request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The nextToken value returned from a ListTaskDefinitionFamilies request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
The nextToken value to include in a future ListTaskDefinitionFamilies request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The nextToken value returned from a ListTaskDefinitions request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
The nextToken value to include in a future ListTaskDefinitions request.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The nextToken value returned from a ListTasks request indicating that more results are available to fulfill the request and further calls will be needed.
setNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTasksResult
The nextToken value to include in a future ListTasks request.
setOptions(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
The options to use when configuring the log router.
setOptions(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The configuration options to send to the log driver.
setOverrides(TaskOverride) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.
setOverrides(TaskOverride) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.
setOverrides(TaskOverride) - Method in class com.amazonaws.services.ecs.model.Task
One or more container overrides.
setPendingCount(Integer) - Method in class com.amazonaws.services.ecs.model.Deployment
The number of tasks in the deployment that are in the PENDING status.
setPendingCount(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The number of tasks in the cluster that are in the PENDING state.
setPendingCount(Integer) - Method in class com.amazonaws.services.ecs.model.TaskSet
The number of tasks in the task set that are in the PENDING status during a deployment.
setPendingTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of tasks in the cluster that are in the PENDING state.
setPendingTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The number of tasks on the container instance that are in the PENDING status.
setPermissions(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Device
The explicit permissions to provide to the container for the device.
setPidMode(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The process namespace to use for the containers in the task.
setPidMode(PidMode) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The process namespace to use for the containers in the task.
setPidMode(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The process namespace to use for the containers in the task.
setPidMode(PidMode) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The process namespace to use for the containers in the task.
setPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
An array of placement constraint objects to use for tasks in your service.
setPlacementConstraints(Collection<TaskDefinitionPlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
An array of placement constraint objects to use for the task.
setPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
An array of placement constraint objects to use for the task.
setPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.Service
The placement constraints for the tasks in the service.
setPlacementConstraints(Collection<TaskDefinitionPlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
An array of placement constraint objects to use for tasks.
setPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
An array of task placement constraint objects to update the service to use.
setPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The placement strategy objects to use for tasks in your service.
setPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The placement strategy objects to use for the task.
setPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.Service
The placement strategy that determines how tasks for the service are placed.
setPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The task placement strategy objects to update the service to use.
setPlatformDevices(Collection<PlatformDevice>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The devices that are available on the container instance.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The platform version that your tasks in the service are running on.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The platform version that the tasks in the task set should use.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The platform version on which your tasks in the service are running.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The platform version the task should run.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.Service
The platform version on which to run your service.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.Task
The platform version on which your task is running.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The platform version on which the tasks in the task set are running.
setPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The platform version on which your tasks in the service are running.
setPort(Integer) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The port value used if your service discovery service specified an SRV record.
setPortMappings(Collection<PortMapping>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The list of port mappings for the container.
setPrimaryTaskSet(String) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
setPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
setPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
setPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
setPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.Setting
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
setPrivateIpv4Address(String) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The private IPv4 address for the network interface.
setPrivileged(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
setPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
setPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to propagate the tags from the task definition to the task.
setPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to propagate the tags from the task definition or the service to the task.
setPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to propagate the tags from the task definition or the service to the task.
setProperties(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.
setProtocol(String) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The protocol used for the network binding.
setProtocol(TransportProtocol) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The protocol used for the network binding.
setProtocol(String) - Method in class com.amazonaws.services.ecs.model.PortMapping
The protocol used for the port mapping.
setProtocol(TransportProtocol) - Method in class com.amazonaws.services.ecs.model.PortMapping
The protocol used for the port mapping.
setProxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
 
setProxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The configuration details for the App Mesh proxy.
setPseudoTerminal(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, a TTY is allocated.
setPullStartedAt(Date) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the container image pull began.
setPullStartedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the container image pull began.
setPullStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the container image pull completed.
setPullStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the container image pull completed.
setReadOnly(Boolean) - Method in class com.amazonaws.services.ecs.model.MountPoint
If this value is true, the container has read-only access to the volume.
setReadOnly(Boolean) - Method in class com.amazonaws.services.ecs.model.VolumeFrom
If this value is true, the container has read-only access to the volume.
setReadonlyRootFilesystem(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given read-only access to its root file system.
setReason(String) - Method in class com.amazonaws.services.ecs.model.Container
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
setReason(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The reason for the state change.
setReason(String) - Method in class com.amazonaws.services.ecs.model.Failure
The reason for the failure.
setReason(String) - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
An optional message specified when a task is stopped.
setReason(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The reason for the state change request.
setReason(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The reason for the state change request.
setReferenceId(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The reference ID to use for the task.
setReferenceId(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The reference ID to use for the task.
setRegion(Region) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
setRegion(Region) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deprecated.
use AwsClientBuilder#setRegion(String)
setRegisteredAt(Date) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The Unix timestamp for when the container instance was registered.
setRegisteredContainerInstancesCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of container instances registered into the cluster.
setRegisteredResources(Collection<Resource>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the amount of each resource that was available on the container instance when the container agent registered it with Amazon ECS.
setRegistryArn(String) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The Amazon Resource Name (ARN) of the service registry.
setRemainingResources(Collection<Resource>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the remaining CPU and memory that has not already been allocated to tasks and is therefore available for new tasks.
setRepositoryCredentials(RepositoryCredentials) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The private repository authentication credentials to use.
setRequiresAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The container instance attributes required by your task.
setRequiresCompatibilities(Collection<String>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The launch type required by the task.
setRequiresCompatibilities(Collection<String>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type the task requires.
setResourceArn(String) - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
setResourceArn(String) - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource to which to add tags.
setResourceArn(String) - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource from which to delete tags.
setResourceRequirements(Collection<ResourceRequirement>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The type and amount of a resource to assign to a container.
setResourceRequirements(Collection<ResourceRequirement>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The type and amount of a resource to assign to a container, instead of the default value from the task definition.
setRetries(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The number of times to retry a failed health check before the container is considered unhealthy.
setRevision(Integer) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The revision of the task in a particular family.
setRole(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The name or full Amazon Resource Name (ARN) of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf.
setRoleArn(String) - Method in class com.amazonaws.services.ecs.model.Service
The ARN of the IAM role associated with the service that allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.
setRootDirectory(String) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The directory within the Amazon EFS file system to mount as the root directory inside the host.
setRunningCount(Integer) - Method in class com.amazonaws.services.ecs.model.Deployment
The number of tasks in the deployment that are in the RUNNING status.
setRunningCount(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The number of tasks in the cluster that are in the RUNNING state.
setRunningCount(Integer) - Method in class com.amazonaws.services.ecs.model.TaskSet
The number of tasks in the task set that are in the RUNNING status during a deployment.
setRunningTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of tasks in the cluster that are in the RUNNING state.
setRunningTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The number of tasks on the container instance that are in the RUNNING status.
setRuntimeId(String) - Method in class com.amazonaws.services.ecs.model.Container
The ID of the Docker container.
setRuntimeId(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The ID of the Docker container.
setRuntimeId(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The ID of the Docker container.
setScale(Scale) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
setScale(Scale) - Method in class com.amazonaws.services.ecs.model.TaskSet
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
setScale(Scale) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
 
setSchedulingStrategy(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The scheduling strategy to use for the service.
setSchedulingStrategy(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The scheduling strategy for services to list.
setSchedulingStrategy(String) - Method in class com.amazonaws.services.ecs.model.Service
The scheduling strategy to use for the service.
setScope(String) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
The scope for the Docker volume that determines its lifecycle.
setSecretOptions(Collection<Secret>) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The secrets to pass to the log configuration.
setSecrets(Collection<Secret>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The secrets to pass to the container.
setSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The security groups associated with the task or service.
setService(Service) - Method in class com.amazonaws.services.ecs.model.CreateServiceResult
The full description of your service following the create call.
setService(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service to create the task set in.
setService(String) - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
The name of the service to delete.
setService(Service) - Method in class com.amazonaws.services.ecs.model.DeleteServiceResult
The full description of the deleted service.
setService(String) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
setService(String) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
setService(String) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
setService(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The name of the service to update.
setService(Service) - Method in class com.amazonaws.services.ecs.model.UpdateServiceResult
The full description of your service following the update call.
setService(String) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
setServiceArn(String) - Method in class com.amazonaws.services.ecs.model.Service
The ARN that identifies the service.
setServiceArn(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the service the task set exists in.
setServiceArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListServicesResult
The list of full ARN entries for each service associated with the specified cluster.
setServiceName(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The name of your service.
setServiceName(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The name of the service with which to filter the ListTasks results.
setServiceName(String) - Method in class com.amazonaws.services.ecs.model.Service
The name of your service.
setServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The details of the service discovery registries to assign to this service.
setServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The details of the service discovery registries to assign to this task set.
setServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.Service
The details of the service discovery registries to assign to this service.
setServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.TaskSet
The details of the service discovery registries to assign to this task set.
setServices(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
A list of services to describe.
setServices(Collection<Service>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
The list of services described.
setSetting(Setting) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
The account setting for the specified principal ARN.
setSetting(Setting) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
 
setSetting(Setting) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingResult
The current account setting for a resource.
setSettings(Collection<ClusterSetting>) - Method in class com.amazonaws.services.ecs.model.Cluster
The settings for the cluster.
setSettings(Collection<ClusterSetting>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The setting to use when creating a cluster.
setSettings(Collection<Setting>) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
The account settings for the resource.
setSettings(Collection<ClusterSetting>) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
The setting to use by default for a cluster.
setSharedMemorySize(Integer) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The value for the size (in MiB) of the /dev/shm volume.
setSize(Integer) - Method in class com.amazonaws.services.ecs.model.Tmpfs
The size (in MiB) of the tmpfs volume.
setSoftLimit(Integer) - Method in class com.amazonaws.services.ecs.model.Ulimit
The soft limit for the ulimit type.
setSort(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The order in which to sort the results.
setSort(SortOrder) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The order in which to sort the results.
setSourceContainer(String) - Method in class com.amazonaws.services.ecs.model.VolumeFrom
The name of another container within the same task definition from which to mount volumes.
setSourcePath(String) - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
When the host parameter is used, specify a sourcePath to declare the path on the host container instance that is presented to the container.
setSourceVolume(String) - Method in class com.amazonaws.services.ecs.model.MountPoint
The name of the volume to mount.
setStabilityStatus(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The stability status, which indicates whether the task set has reached a steady state.
setStabilityStatusAt(Date) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set stability status was retrieved.
setStartedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task started (the task transitioned from the PENDING state to the RUNNING state).
setStartedBy(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The startedBy value with which to filter the task results.
setStartedBy(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
An optional tag specified when a task is started.
setStartedBy(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
An optional tag specified when a task is started.
setStartedBy(String) - Method in class com.amazonaws.services.ecs.model.Task
The tag specified when a task is started.
setStartedBy(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The tag specified when a task set is started.
setStartPeriod(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The optional grace period within which to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.
setStartTimeout(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
setStatistics(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.Cluster
Additional information about your clusters that are separated by launch type, including:
setStatus(String) - Method in class com.amazonaws.services.ecs.model.Attachment
The status of the attachment.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
The status of the attachment.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The current status of the capacity provider.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.Cluster
The status of the cluster.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the container instance.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The status of the container.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The status of the deployment.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
Filters the container instances by status.
setStatus(ContainerInstanceStatus) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
Filters the container instances by status.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The task definition family status with which to filter the ListTaskDefinitionFamilies results.
setStatus(TaskDefinitionFamilyStatus) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The task definition family status with which to filter the ListTaskDefinitionFamilies results.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The task definition status with which to filter the ListTaskDefinitions results.
setStatus(TaskDefinitionStatus) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The task definition status with which to filter the ListTaskDefinitions results.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
Whether or not to enable managed scaling for the capacity provider.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.Service
The status of the service.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The status of the state change request.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The status of the state change request.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The status of the task definition.
setStatus(TaskDefinitionStatus) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The status of the task definition.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The status of the task set.
setStatus(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The container instance state with which to update the container instance.
setStatus(ContainerInstanceStatus) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The container instance state with which to update the container instance.
setStatusReason(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The reason that the container instance reached its current status.
setStopCode(String) - Method in class com.amazonaws.services.ecs.model.Task
The stop code indicating why a task was stopped.
setStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task was stopped (the task transitioned from the RUNNING state to the STOPPED state).
setStoppedReason(String) - Method in class com.amazonaws.services.ecs.model.Task
The reason that the task was stopped.
setStoppingAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task stops (transitions from the RUNNING state to STOPPED).
setStopTimeout(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
setStringSetValue(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Resource
When the stringSetValue type is set, the value of the resource must be a string type.
setSubnets(Collection<String>) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The subnets associated with the task or service.
setSwappiness(Integer) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
This allows you to tune a container's memory swappiness behavior.
setSystemControls(Collection<SystemControl>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of namespaced kernel parameters to set in the container.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
The keys of the tags to be removed.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The metadata that you apply to the capacity provider to help you categorize and organize it.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.Cluster
The metadata that you apply to the cluster to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The metadata that you apply to the container instance to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The metadata that you apply to the capacity provider to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The metadata that you apply to the cluster to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The metadata that you apply to the service to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The metadata that you apply to the task set to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
The metadata that is applied to the task definition to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
The tags for the resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The metadata that you apply to the container instance to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The metadata that you apply to the task definition to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
The list of tags associated with the task definition.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.Service
The metadata that you apply to the service to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
The tags to add to the resource.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.Task
The metadata that you apply to the task to help you categorize and organize them.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.TaskSet
The metadata that you apply to the task set to help you categorize and organize them.
setTargetCapacity(Integer) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The target capacity value for the capacity provider.
setTargetGroupArn(String) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.
setTargetId(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The ID of the target.
setTargetType(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The type of the target with which to attach the attribute.
setTargetType(TargetType) - Method in class com.amazonaws.services.ecs.model.Attribute
The type of the target with which to attach the attribute.
setTargetType(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The type of the target with which to list attributes.
setTargetType(TargetType) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The type of the target with which to list attributes.
setTask(String) - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
The task ID or full Amazon Resource Name (ARN) of the task to stop.
setTask(Task) - Method in class com.amazonaws.services.ecs.model.StopTaskResult
The task that was stopped.
setTask(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
setTask(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The task ID or full ARN of the task in the state change request.
setTaskArn(String) - Method in class com.amazonaws.services.ecs.model.Container
The ARN of the task.
setTaskArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The Amazon Resource Name (ARN) of the task.
setTaskArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListTasksResult
The list of task ARN entries for the ListTasks request.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The family and revision (family:revision) or full ARN of the task definition to run in your service.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The task definition for the tasks in the task set to use.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The most recent task definition that was specified for the tasks in the service to use.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister.
setTaskDefinition(TaskDefinition) - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
The full description of the deregistered task.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.
setTaskDefinition(TaskDefinition) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
The full task definition description.
setTaskDefinition(TaskDefinition) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
The full description of the registered task definition.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The family and revision (family:revision) or full ARN of the task definition to run.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.Service
The task definition to use for tasks in the service.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The family and revision (family:revision) or full ARN of the task definition to start.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The task definition the task set is using.
setTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The family and revision (family:revision) or full ARN of the task definition to run in your service.
setTaskDefinitionArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the task definition that creates the task.
setTaskDefinitionArn(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The full Amazon Resource Name (ARN) of the task definition.
setTaskDefinitionArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
setTaskRoleArn(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
setTaskRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants containers in the task permission to call AWS APIs on your behalf.
setTaskRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
setTasks(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
A list of up to 100 task IDs or full ARN entries.
setTasks(Collection<Task>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
The list of tasks.
setTasks(Collection<Task>) - Method in class com.amazonaws.services.ecs.model.RunTaskResult
A full description of the tasks that were run.
setTasks(Collection<Task>) - Method in class com.amazonaws.services.ecs.model.StartTaskResult
A full description of the tasks that were started.
setTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetResult
 
setTaskSet(String) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
setTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetResult
 
setTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
 
setTaskSet(String) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the task set to update.
setTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetResult
 
setTaskSetArn(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the task set.
setTaskSets(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The ID or full Amazon Resource Name (ARN) of task sets to describe.
setTaskSets(Collection<TaskSet>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
The list of task sets described.
setTaskSets(Collection<TaskSet>) - Method in class com.amazonaws.services.ecs.model.Service
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL deployment.
setTelemetryEndpoint(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
The telemetry endpoint for the Amazon ECS agent.
setTimeout(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The time period in seconds to wait for a health check to succeed before it is considered a failure.
Setting - Class in com.amazonaws.services.ecs.model
The current account setting for a resource.
Setting() - Constructor for class com.amazonaws.services.ecs.model.Setting
 
SettingName - Enum in com.amazonaws.services.ecs.model
 
setTmpfs(Collection<Tmpfs>) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The container path, mount options, and size (in MiB) of the tmpfs mount.
setTotalResources(Collection<Resource>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The resources available on the instance.
setTransitEncryption(String) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
setTransitEncryptionPort(Integer) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
setType(String) - Method in class com.amazonaws.services.ecs.model.Attachment
The type of the attachment, such as ElasticNetworkInterface.
setType(String) - Method in class com.amazonaws.services.ecs.model.DeploymentController
The deployment controller type to use.
setType(String) - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
The file type to use.
setType(String) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
The log router to use.
setType(String) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
The type of constraint.
setType(PlacementConstraintType) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
The type of constraint.
setType(String) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The type of placement strategy.
setType(PlacementStrategyType) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The type of placement strategy.
setType(String) - Method in class com.amazonaws.services.ecs.model.PlatformDevice
The type of device that is available on the container instance.
setType(String) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The proxy type.
setType(String) - Method in class com.amazonaws.services.ecs.model.Resource
The type of the resource, such as INTEGER, DOUBLE, LONG, or STRINGSET.
setType(String) - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
The type of resource to assign to a container.
setType(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
The type of constraint.
setType(TaskDefinitionPlacementConstraintType) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
The type of constraint.
setUlimits(Collection<Ulimit>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of ulimits to set in the container.
setUnit(String) - Method in class com.amazonaws.services.ecs.model.Scale
The unit of measure for the scale value.
setUpdatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Deployment
The Unix timestamp for when the service deployment was last updated.
setUpdatedAt(Date) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set was last updated.
setUser(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The user name to use inside the container.
setValue(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The value of the attribute.
setValue(String) - Method in class com.amazonaws.services.ecs.model.ClusterSetting
The value to set for the cluster setting.
setValue(String) - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
setValue(String) - Method in class com.amazonaws.services.ecs.model.KeyValuePair
The value of the key-value pair.
setValue(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The value of the account settings with which to filter results.
setValue(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
The account setting value for the specified principal ARN.
setValue(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The account setting value for the specified principal ARN.
setValue(String) - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
The value for the specified resource type.
setValue(Double) - Method in class com.amazonaws.services.ecs.model.Scale
The value, specified as a percent total of a service's desiredCount, to scale the task set.
setValue(String) - Method in class com.amazonaws.services.ecs.model.Setting
Whether the account setting is enabled or disabled for the specified resource.
setValue(String) - Method in class com.amazonaws.services.ecs.model.SystemControl
The value for the namespaced kernel parameter specified in namespace.
setValue(String) - Method in class com.amazonaws.services.ecs.model.Tag
The optional part of a key-value pair that make up a tag.
setValueFrom(String) - Method in class com.amazonaws.services.ecs.model.Secret
The secret to expose to the container.
setVersion(Long) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The version counter for the container instance.
setVersion(Long) - Method in class com.amazonaws.services.ecs.model.Task
The version counter for the task.
setVersionInfo(VersionInfo) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
setVersionInfo(VersionInfo) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
setVolumes(Collection<Volume>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of volume definitions in JSON format that containers in your task may use.
setVolumes(Collection<Volume>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The list of volume definitions for the task.
setVolumesFrom(Collection<VolumeFrom>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Data volumes to mount from another container.
setWeight(Integer) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider.
setWorkingDirectory(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The working directory in which to run commands inside the container.
shutdown() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
shutdown() - Method in interface com.amazonaws.services.ecs.AmazonECS
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
shutdown() - Method in class com.amazonaws.services.ecs.waiters.AmazonECSWaiters
 
SortOrder - Enum in com.amazonaws.services.ecs.model
 
StabilityStatus - Enum in com.amazonaws.services.ecs.model
 
standard() - Static method in class com.amazonaws.services.ecs.AmazonECSAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.ecs.AmazonECSClientBuilder
 
startTask(StartTaskRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
startTask(StartTaskRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Starts a new task from the specified task definition on the specified container instance or instances.
startTask(StartTaskRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Starts a new task from the specified task definition on the specified container instance or instances.
startTaskAsync(StartTaskRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
startTaskAsync(StartTaskRequest, AsyncHandler<StartTaskRequest, StartTaskResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
startTaskAsync(StartTaskRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Starts a new task from the specified task definition on the specified container instance or instances.
startTaskAsync(StartTaskRequest, AsyncHandler<StartTaskRequest, StartTaskResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Starts a new task from the specified task definition on the specified container instance or instances.
startTaskAsync(StartTaskRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
startTaskAsync(StartTaskRequest, AsyncHandler<StartTaskRequest, StartTaskResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
StartTaskRequest - Class in com.amazonaws.services.ecs.model
 
StartTaskRequest() - Constructor for class com.amazonaws.services.ecs.model.StartTaskRequest
 
StartTaskResult - Class in com.amazonaws.services.ecs.model
 
StartTaskResult() - Constructor for class com.amazonaws.services.ecs.model.StartTaskResult
 
stopTask(StopTaskRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
stopTask(StopTaskRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Stops a running task.
stopTask(StopTaskRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Stops a running task.
stopTaskAsync(StopTaskRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
stopTaskAsync(StopTaskRequest, AsyncHandler<StopTaskRequest, StopTaskResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
stopTaskAsync(StopTaskRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Stops a running task.
stopTaskAsync(StopTaskRequest, AsyncHandler<StopTaskRequest, StopTaskResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Stops a running task.
stopTaskAsync(StopTaskRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
stopTaskAsync(StopTaskRequest, AsyncHandler<StopTaskRequest, StopTaskResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
StopTaskRequest - Class in com.amazonaws.services.ecs.model
 
StopTaskRequest() - Constructor for class com.amazonaws.services.ecs.model.StopTaskRequest
 
StopTaskResult - Class in com.amazonaws.services.ecs.model
 
StopTaskResult() - Constructor for class com.amazonaws.services.ecs.model.StopTaskResult
 
submitAttachmentStateChanges(SubmitAttachmentStateChangesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
submitAttachmentStateChanges(SubmitAttachmentStateChangesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
submitAttachmentStateChanges(SubmitAttachmentStateChangesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
submitAttachmentStateChangesAsync(SubmitAttachmentStateChangesRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
submitAttachmentStateChangesAsync(SubmitAttachmentStateChangesRequest, AsyncHandler<SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
submitAttachmentStateChangesAsync(SubmitAttachmentStateChangesRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
submitAttachmentStateChangesAsync(SubmitAttachmentStateChangesRequest, AsyncHandler<SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
submitAttachmentStateChangesAsync(SubmitAttachmentStateChangesRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
submitAttachmentStateChangesAsync(SubmitAttachmentStateChangesRequest, AsyncHandler<SubmitAttachmentStateChangesRequest, SubmitAttachmentStateChangesResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
SubmitAttachmentStateChangesRequest - Class in com.amazonaws.services.ecs.model
 
SubmitAttachmentStateChangesRequest() - Constructor for class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
 
SubmitAttachmentStateChangesResult - Class in com.amazonaws.services.ecs.model
 
SubmitAttachmentStateChangesResult() - Constructor for class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
 
submitContainerStateChange(SubmitContainerStateChangeRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
submitContainerStateChange() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
submitContainerStateChange(SubmitContainerStateChangeRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
submitContainerStateChange() - Method in interface com.amazonaws.services.ecs.AmazonECS
Simplified method form for invoking the SubmitContainerStateChange operation.
submitContainerStateChange(SubmitContainerStateChangeRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
submitContainerStateChange() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
submitContainerStateChangeAsync(SubmitContainerStateChangeRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
submitContainerStateChangeAsync(SubmitContainerStateChangeRequest, AsyncHandler<SubmitContainerStateChangeRequest, SubmitContainerStateChangeResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
submitContainerStateChangeAsync() - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the SubmitContainerStateChange operation.
submitContainerStateChangeAsync(AsyncHandler<SubmitContainerStateChangeRequest, SubmitContainerStateChangeResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
Simplified method form for invoking the SubmitContainerStateChange operation with an AsyncHandler.
submitContainerStateChangeAsync(SubmitContainerStateChangeRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
submitContainerStateChangeAsync(SubmitContainerStateChangeRequest, AsyncHandler<SubmitContainerStateChangeRequest, SubmitContainerStateChangeResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
submitContainerStateChangeAsync() - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the SubmitContainerStateChange operation.
submitContainerStateChangeAsync(AsyncHandler<SubmitContainerStateChangeRequest, SubmitContainerStateChangeResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Simplified method form for invoking the SubmitContainerStateChange operation with an AsyncHandler.
submitContainerStateChangeAsync(SubmitContainerStateChangeRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
submitContainerStateChangeAsync(SubmitContainerStateChangeRequest, AsyncHandler<SubmitContainerStateChangeRequest, SubmitContainerStateChangeResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
submitContainerStateChangeAsync() - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the SubmitContainerStateChange operation.
submitContainerStateChangeAsync(AsyncHandler<SubmitContainerStateChangeRequest, SubmitContainerStateChangeResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
Simplified method form for invoking the SubmitContainerStateChange operation with an AsyncHandler.
SubmitContainerStateChangeRequest - Class in com.amazonaws.services.ecs.model
 
SubmitContainerStateChangeRequest() - Constructor for class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
 
SubmitContainerStateChangeResult - Class in com.amazonaws.services.ecs.model
 
SubmitContainerStateChangeResult() - Constructor for class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
 
submitTaskStateChange(SubmitTaskStateChangeRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
submitTaskStateChange(SubmitTaskStateChangeRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
submitTaskStateChange(SubmitTaskStateChangeRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
submitTaskStateChangeAsync(SubmitTaskStateChangeRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
submitTaskStateChangeAsync(SubmitTaskStateChangeRequest, AsyncHandler<SubmitTaskStateChangeRequest, SubmitTaskStateChangeResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
submitTaskStateChangeAsync(SubmitTaskStateChangeRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
submitTaskStateChangeAsync(SubmitTaskStateChangeRequest, AsyncHandler<SubmitTaskStateChangeRequest, SubmitTaskStateChangeResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
submitTaskStateChangeAsync(SubmitTaskStateChangeRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
submitTaskStateChangeAsync(SubmitTaskStateChangeRequest, AsyncHandler<SubmitTaskStateChangeRequest, SubmitTaskStateChangeResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
SubmitTaskStateChangeRequest - Class in com.amazonaws.services.ecs.model
 
SubmitTaskStateChangeRequest() - Constructor for class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
 
SubmitTaskStateChangeResult - Class in com.amazonaws.services.ecs.model
 
SubmitTaskStateChangeResult() - Constructor for class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
 
SystemControl - Class in com.amazonaws.services.ecs.model
A list of namespaced kernel parameters to set in the container.
SystemControl() - Constructor for class com.amazonaws.services.ecs.model.SystemControl
 

T

Tag - Class in com.amazonaws.services.ecs.model
The metadata that you apply to a resource to help you categorize and organize them.
Tag() - Constructor for class com.amazonaws.services.ecs.model.Tag
 
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Associates the specified tags to a resource with the specified resourceArn.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Associates the specified tags to a resource with the specified resourceArn.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Associates the specified tags to a resource with the specified resourceArn.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Associates the specified tags to a resource with the specified resourceArn.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.ecs.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.ecs.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.ecs.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.ecs.model.TagResourceResult
 
TargetNotFoundException - Exception in com.amazonaws.services.ecs.model
The specified target could not be found.
TargetNotFoundException(String) - Constructor for exception com.amazonaws.services.ecs.model.TargetNotFoundException
Constructs a new TargetNotFoundException with the specified error message.
TargetType - Enum in com.amazonaws.services.ecs.model
 
Task - Class in com.amazonaws.services.ecs.model
Details on a task in a cluster.
Task() - Constructor for class com.amazonaws.services.ecs.model.Task
 
TaskDefinition - Class in com.amazonaws.services.ecs.model
The details of a task definition which describes the container and volume definitions of an Amazon Elastic Container Service task.
TaskDefinition() - Constructor for class com.amazonaws.services.ecs.model.TaskDefinition
 
TaskDefinitionFamilyStatus - Enum in com.amazonaws.services.ecs.model
 
TaskDefinitionField - Enum in com.amazonaws.services.ecs.model
 
TaskDefinitionPlacementConstraint - Class in com.amazonaws.services.ecs.model
An object representing a constraint on task placement in the task definition.
TaskDefinitionPlacementConstraint() - Constructor for class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
 
TaskDefinitionPlacementConstraintType - Enum in com.amazonaws.services.ecs.model
 
TaskDefinitionStatus - Enum in com.amazonaws.services.ecs.model
 
TaskField - Enum in com.amazonaws.services.ecs.model
 
TaskOverride - Class in com.amazonaws.services.ecs.model
The overrides associated with a task.
TaskOverride() - Constructor for class com.amazonaws.services.ecs.model.TaskOverride
 
TaskSet - Class in com.amazonaws.services.ecs.model
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL deployment.
TaskSet() - Constructor for class com.amazonaws.services.ecs.model.TaskSet
 
TaskSetField - Enum in com.amazonaws.services.ecs.model
 
TaskSetNotFoundException - Exception in com.amazonaws.services.ecs.model
The specified task set could not be found.
TaskSetNotFoundException(String) - Constructor for exception com.amazonaws.services.ecs.model.TaskSetNotFoundException
Constructs a new TaskSetNotFoundException with the specified error message.
tasksRunning() - Method in class com.amazonaws.services.ecs.waiters.AmazonECSWaiters
Builds a TasksRunning waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
tasksStopped() - Method in class com.amazonaws.services.ecs.waiters.AmazonECSWaiters
Builds a TasksStopped waiter by using custom parameters waiterParameters and other parameters defined in the waiters specification, and then polls until it determines whether the resource entered the desired state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
TaskStopCode - Enum in com.amazonaws.services.ecs.model
 
Tmpfs - Class in com.amazonaws.services.ecs.model
The container path, mount options, and size of the tmpfs mount.
Tmpfs() - Constructor for class com.amazonaws.services.ecs.model.Tmpfs
 
toString() - Method in enum com.amazonaws.services.ecs.model.AgentUpdateStatus
 
toString() - Method in enum com.amazonaws.services.ecs.model.AssignPublicIp
 
toString() - Method in class com.amazonaws.services.ecs.model.Attachment
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Attribute
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CapacityProvider
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.CapacityProviderField
 
toString() - Method in enum com.amazonaws.services.ecs.model.CapacityProviderStatus
 
toString() - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Cluster
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ClusterField
 
toString() - Method in class com.amazonaws.services.ecs.model.ClusterSetting
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ClusterSettingName
 
toString() - Method in enum com.amazonaws.services.ecs.model.Compatibility
 
toString() - Method in enum com.amazonaws.services.ecs.model.Connectivity
 
toString() - Method in class com.amazonaws.services.ecs.model.Container
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ContainerCondition
 
toString() - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ContainerDependency
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ContainerInstance
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ContainerInstanceField
 
toString() - Method in enum com.amazonaws.services.ecs.model.ContainerInstanceStatus
 
toString() - Method in class com.amazonaws.services.ecs.model.ContainerOverride
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateClusterResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateServiceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.CreateTaskSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteClusterRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteClusterResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteServiceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Deployment
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeploymentController
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.DeploymentControllerType
 
toString() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.DesiredStatus
 
toString() - Method in class com.amazonaws.services.ecs.model.Device
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.DeviceCgroupPermission
 
toString() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.EFSAuthorizationConfigIAM
 
toString() - Method in enum com.amazonaws.services.ecs.model.EFSTransitEncryption
 
toString() - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.EnvironmentFileType
 
toString() - Method in class com.amazonaws.services.ecs.model.Failure
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.FirelensConfigurationType
 
toString() - Method in class com.amazonaws.services.ecs.model.HealthCheck
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.HealthStatus
 
toString() - Method in class com.amazonaws.services.ecs.model.HostEntry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.IpcMode
 
toString() - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.KeyValuePair
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.LaunchType
 
toString() - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListClustersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListServicesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ListTasksResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.LoadBalancer
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.LogConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.LogDriver
 
toString() - Method in class com.amazonaws.services.ecs.model.ManagedScaling
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ManagedScalingStatus
 
toString() - Method in enum com.amazonaws.services.ecs.model.ManagedTerminationProtection
 
toString() - Method in class com.amazonaws.services.ecs.model.MountPoint
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.NetworkBinding
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.NetworkInterface
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.NetworkMode
 
toString() - Method in enum com.amazonaws.services.ecs.model.PidMode
 
toString() - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.PlacementConstraintType
 
toString() - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.PlacementStrategyType
 
toString() - Method in class com.amazonaws.services.ecs.model.PlatformDevice
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.PlatformDeviceType
 
toString() - Method in class com.amazonaws.services.ecs.model.PortMapping
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.PropagateTags
 
toString() - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ProxyConfigurationType
 
toString() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.PutAccountSettingResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Resource
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ResourceType
 
toString() - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.RunTaskResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Scale
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ScaleUnit
 
toString() - Method in enum com.amazonaws.services.ecs.model.SchedulingStrategy
 
toString() - Method in enum com.amazonaws.services.ecs.model.Scope
 
toString() - Method in class com.amazonaws.services.ecs.model.Secret
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Service
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.ServiceEvent
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.ServiceField
 
toString() - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Setting
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.SettingName
 
toString() - Method in enum com.amazonaws.services.ecs.model.SortOrder
 
toString() - Method in enum com.amazonaws.services.ecs.model.StabilityStatus
 
toString() - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.StartTaskResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.StopTaskResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.SystemControl
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Tag
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.TargetType
 
toString() - Method in class com.amazonaws.services.ecs.model.Task
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.TaskDefinition
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.TaskDefinitionFamilyStatus
 
toString() - Method in enum com.amazonaws.services.ecs.model.TaskDefinitionField
 
toString() - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraintType
 
toString() - Method in enum com.amazonaws.services.ecs.model.TaskDefinitionStatus
 
toString() - Method in enum com.amazonaws.services.ecs.model.TaskField
 
toString() - Method in class com.amazonaws.services.ecs.model.TaskOverride
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.TaskSet
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.TaskSetField
 
toString() - Method in enum com.amazonaws.services.ecs.model.TaskStopCode
 
toString() - Method in class com.amazonaws.services.ecs.model.Tmpfs
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.TransportProtocol
 
toString() - Method in class com.amazonaws.services.ecs.model.Ulimit
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ecs.model.UlimitName
 
toString() - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateServiceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.VersionInfo
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.Volume
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ecs.model.VolumeFrom
Returns a string representation of this object.
TransportProtocol - Enum in com.amazonaws.services.ecs.model
 

U

Ulimit - Class in com.amazonaws.services.ecs.model
The ulimit settings to pass to the container.
Ulimit() - Constructor for class com.amazonaws.services.ecs.model.Ulimit
 
UlimitName - Enum in com.amazonaws.services.ecs.model
 
UnsupportedFeatureException - Exception in com.amazonaws.services.ecs.model
The specified task is not supported in this Region.
UnsupportedFeatureException(String) - Constructor for exception com.amazonaws.services.ecs.model.UnsupportedFeatureException
Constructs a new UnsupportedFeatureException with the specified error message.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Deletes specified tags from a resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Deletes specified tags from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes specified tags from a resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Deletes specified tags from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.ecs.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.ecs.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.ecs.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.ecs.model.UntagResourceResult
 
updateClusterSettings(UpdateClusterSettingsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
updateClusterSettings(UpdateClusterSettingsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Modifies the settings to use for a cluster.
updateClusterSettings(UpdateClusterSettingsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Modifies the settings to use for a cluster.
updateClusterSettingsAsync(UpdateClusterSettingsRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateClusterSettingsAsync(UpdateClusterSettingsRequest, AsyncHandler<UpdateClusterSettingsRequest, UpdateClusterSettingsResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateClusterSettingsAsync(UpdateClusterSettingsRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies the settings to use for a cluster.
updateClusterSettingsAsync(UpdateClusterSettingsRequest, AsyncHandler<UpdateClusterSettingsRequest, UpdateClusterSettingsResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies the settings to use for a cluster.
updateClusterSettingsAsync(UpdateClusterSettingsRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
updateClusterSettingsAsync(UpdateClusterSettingsRequest, AsyncHandler<UpdateClusterSettingsRequest, UpdateClusterSettingsResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
UpdateClusterSettingsRequest - Class in com.amazonaws.services.ecs.model
 
UpdateClusterSettingsRequest() - Constructor for class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
 
UpdateClusterSettingsResult - Class in com.amazonaws.services.ecs.model
 
UpdateClusterSettingsResult() - Constructor for class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
 
updateContainerAgent(UpdateContainerAgentRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
updateContainerAgent(UpdateContainerAgentRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Updates the Amazon ECS container agent on a specified container instance.
updateContainerAgent(UpdateContainerAgentRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Updates the Amazon ECS container agent on a specified container instance.
updateContainerAgentAsync(UpdateContainerAgentRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateContainerAgentAsync(UpdateContainerAgentRequest, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateContainerAgentAsync(UpdateContainerAgentRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Updates the Amazon ECS container agent on a specified container instance.
updateContainerAgentAsync(UpdateContainerAgentRequest, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Updates the Amazon ECS container agent on a specified container instance.
updateContainerAgentAsync(UpdateContainerAgentRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
updateContainerAgentAsync(UpdateContainerAgentRequest, AsyncHandler<UpdateContainerAgentRequest, UpdateContainerAgentResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
UpdateContainerAgentRequest - Class in com.amazonaws.services.ecs.model
 
UpdateContainerAgentRequest() - Constructor for class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
 
UpdateContainerAgentResult - Class in com.amazonaws.services.ecs.model
 
UpdateContainerAgentResult() - Constructor for class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
 
updateContainerInstancesState(UpdateContainerInstancesStateRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
updateContainerInstancesState(UpdateContainerInstancesStateRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Modifies the status of an Amazon ECS container instance.
updateContainerInstancesState(UpdateContainerInstancesStateRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Modifies the status of an Amazon ECS container instance.
updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest, AsyncHandler<UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies the status of an Amazon ECS container instance.
updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest, AsyncHandler<UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies the status of an Amazon ECS container instance.
updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
updateContainerInstancesStateAsync(UpdateContainerInstancesStateRequest, AsyncHandler<UpdateContainerInstancesStateRequest, UpdateContainerInstancesStateResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
UpdateContainerInstancesStateRequest - Class in com.amazonaws.services.ecs.model
 
UpdateContainerInstancesStateRequest() - Constructor for class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
 
UpdateContainerInstancesStateResult - Class in com.amazonaws.services.ecs.model
 
UpdateContainerInstancesStateResult() - Constructor for class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
 
UpdateInProgressException - Exception in com.amazonaws.services.ecs.model
There is already a current Amazon ECS container agent update in progress on the specified container instance.
UpdateInProgressException(String) - Constructor for exception com.amazonaws.services.ecs.model.UpdateInProgressException
Constructs a new UpdateInProgressException with the specified error message.
updateService(UpdateServiceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
updateService(UpdateServiceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
updateService(UpdateServiceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
updateServiceAsync(UpdateServiceRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateServiceAsync(UpdateServiceRequest, AsyncHandler<UpdateServiceRequest, UpdateServiceResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateServiceAsync(UpdateServiceRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
updateServiceAsync(UpdateServiceRequest, AsyncHandler<UpdateServiceRequest, UpdateServiceResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
updateServiceAsync(UpdateServiceRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
updateServiceAsync(UpdateServiceRequest, AsyncHandler<UpdateServiceRequest, UpdateServiceResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
updateServicePrimaryTaskSet(UpdateServicePrimaryTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
updateServicePrimaryTaskSet(UpdateServicePrimaryTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Modifies which task set in a service is the primary task set.
updateServicePrimaryTaskSet(UpdateServicePrimaryTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Modifies which task set in a service is the primary task set.
updateServicePrimaryTaskSetAsync(UpdateServicePrimaryTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateServicePrimaryTaskSetAsync(UpdateServicePrimaryTaskSetRequest, AsyncHandler<UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateServicePrimaryTaskSetAsync(UpdateServicePrimaryTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies which task set in a service is the primary task set.
updateServicePrimaryTaskSetAsync(UpdateServicePrimaryTaskSetRequest, AsyncHandler<UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies which task set in a service is the primary task set.
updateServicePrimaryTaskSetAsync(UpdateServicePrimaryTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
updateServicePrimaryTaskSetAsync(UpdateServicePrimaryTaskSetRequest, AsyncHandler<UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
UpdateServicePrimaryTaskSetRequest - Class in com.amazonaws.services.ecs.model
 
UpdateServicePrimaryTaskSetRequest() - Constructor for class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
 
UpdateServicePrimaryTaskSetResult - Class in com.amazonaws.services.ecs.model
 
UpdateServicePrimaryTaskSetResult() - Constructor for class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
 
UpdateServiceRequest - Class in com.amazonaws.services.ecs.model
 
UpdateServiceRequest() - Constructor for class com.amazonaws.services.ecs.model.UpdateServiceRequest
 
UpdateServiceResult - Class in com.amazonaws.services.ecs.model
 
UpdateServiceResult() - Constructor for class com.amazonaws.services.ecs.model.UpdateServiceResult
 
updateTaskSet(UpdateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
updateTaskSet(UpdateTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECS
Modifies a task set.
updateTaskSet(UpdateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSClient
Modifies a task set.
updateTaskSetAsync(UpdateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateTaskSetAsync(UpdateTaskSetRequest, AsyncHandler<UpdateTaskSetRequest, UpdateTaskSetResult>) - Method in class com.amazonaws.services.ecs.AbstractAmazonECSAsync
 
updateTaskSetAsync(UpdateTaskSetRequest) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies a task set.
updateTaskSetAsync(UpdateTaskSetRequest, AsyncHandler<UpdateTaskSetRequest, UpdateTaskSetResult>) - Method in interface com.amazonaws.services.ecs.AmazonECSAsync
Modifies a task set.
updateTaskSetAsync(UpdateTaskSetRequest) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
updateTaskSetAsync(UpdateTaskSetRequest, AsyncHandler<UpdateTaskSetRequest, UpdateTaskSetResult>) - Method in class com.amazonaws.services.ecs.AmazonECSAsyncClient
 
UpdateTaskSetRequest - Class in com.amazonaws.services.ecs.model
 
UpdateTaskSetRequest() - Constructor for class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
 
UpdateTaskSetResult - Class in com.amazonaws.services.ecs.model
 
UpdateTaskSetResult() - Constructor for class com.amazonaws.services.ecs.model.UpdateTaskSetResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.AgentUpdateStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.AssignPublicIp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.CapacityProviderField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.CapacityProviderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ClusterField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ClusterSettingName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.Compatibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.Connectivity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ContainerCondition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ContainerInstanceField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ContainerInstanceStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.DeploymentControllerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.DesiredStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.DeviceCgroupPermission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.EFSAuthorizationConfigIAM
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.EFSTransitEncryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.EnvironmentFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.FirelensConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.HealthStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.IpcMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.LaunchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.LogDriver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ManagedScalingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ManagedTerminationProtection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.NetworkMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.PidMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.PlacementConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.PlacementStrategyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.PlatformDeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.PropagateTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ProxyConfigurationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ScaleUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.SchedulingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.ServiceField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.SettingName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.StabilityStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionFamilyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraintType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TaskField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TaskSetField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TaskStopCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.TransportProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ecs.model.UlimitName
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.ecs.model.AgentUpdateStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.AssignPublicIp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.CapacityProviderField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.CapacityProviderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ClusterField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ClusterSettingName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.Compatibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.Connectivity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ContainerCondition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ContainerInstanceField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ContainerInstanceStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.DeploymentControllerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.DesiredStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.DeviceCgroupPermission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.EFSAuthorizationConfigIAM
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.EFSTransitEncryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.EnvironmentFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.FirelensConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.HealthStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.IpcMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.LaunchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.LogDriver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ManagedScalingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ManagedTerminationProtection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.NetworkMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.PidMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.PlacementConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.PlacementStrategyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.PlatformDeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.PropagateTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ProxyConfigurationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ScaleUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.SchedulingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.ServiceField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.SettingName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.StabilityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionFamilyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraintType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TaskDefinitionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TaskField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TaskSetField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TaskStopCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.TransportProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ecs.model.UlimitName
Returns an array containing the constants of this enum type, in the order they are declared.
VersionInfo - Class in com.amazonaws.services.ecs.model
The Docker and Amazon ECS container agent version information about a container instance.
VersionInfo() - Constructor for class com.amazonaws.services.ecs.model.VersionInfo
 
Volume - Class in com.amazonaws.services.ecs.model
A data volume used in a task definition.
Volume() - Constructor for class com.amazonaws.services.ecs.model.Volume
 
VolumeFrom - Class in com.amazonaws.services.ecs.model
Details on a data volume from another container in the same task definition.
VolumeFrom() - Constructor for class com.amazonaws.services.ecs.model.VolumeFrom
 

W

waiters() - Method in class com.amazonaws.services.ecs.AbstractAmazonECS
 
waiters() - Method in interface com.amazonaws.services.ecs.AmazonECS
 
waiters() - Method in class com.amazonaws.services.ecs.AmazonECSClient
 
withAccessPointId(String) - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
The Amazon EFS access point ID to use.
withAcknowledgment(String) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesResult
Acknowledgement of the state change.
withAcknowledgment(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeResult
Acknowledgement of the state change.
withAcknowledgment(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeResult
Acknowledgement of the state change.
withActiveServicesCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of services that are running on the cluster in an ACTIVE state.
withAdd(String...) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been added to the default configuration provided by Docker.
withAdd(Collection<String>) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been added to the default configuration provided by Docker.
withAgentConnected(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
This parameter returns true if the agent is connected to Amazon ECS.
withAgentHash(String) - Method in class com.amazonaws.services.ecs.model.VersionInfo
The Git commit hash for the Amazon ECS container agent build on the amazon-ecs-agent GitHub repository.
withAgentUpdateStatus(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the most recent agent update.
withAgentUpdateStatus(AgentUpdateStatus) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the most recent agent update.
withAgentVersion(String) - Method in class com.amazonaws.services.ecs.model.VersionInfo
The version number of the Amazon ECS container agent.
withArn(String) - Method in class com.amazonaws.services.ecs.model.Failure
The Amazon Resource Name (ARN) of the failed resource.
withAssignPublicIp(String) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
Whether the task's elastic network interface receives a public IP address.
withAssignPublicIp(AssignPublicIp) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
Whether the task's elastic network interface receives a public IP address.
withAttachmentArn(String) - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
The Amazon Resource Name (ARN) of the attachment.
withAttachmentId(String) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The attachment ID for the network interface.
withAttachments(Attachment...) - Method in class com.amazonaws.services.ecs.model.Cluster
The resources attached to a cluster.
withAttachments(Collection<Attachment>) - Method in class com.amazonaws.services.ecs.model.Cluster
The resources attached to a cluster.
withAttachments(Attachment...) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The resources attached to a container instance, such as elastic network interfaces.
withAttachments(Collection<Attachment>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The resources attached to a container instance, such as elastic network interfaces.
withAttachments(AttachmentStateChange...) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
Any attachments associated with the state change request.
withAttachments(Collection<AttachmentStateChange>) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
Any attachments associated with the state change request.
withAttachments(AttachmentStateChange...) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any attachments associated with the state change request.
withAttachments(Collection<AttachmentStateChange>) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any attachments associated with the state change request.
withAttachments(Attachment...) - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Network Adapter associated with the task if the task uses the awsvpc network mode.
withAttachments(Collection<Attachment>) - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Network Adapter associated with the task if the task uses the awsvpc network mode.
withAttachmentsStatus(String) - Method in class com.amazonaws.services.ecs.model.Cluster
The status of the capacity providers associated with the cluster.
withAttributeName(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The name of the attribute with which to filter the results.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
The attributes to delete from your resource.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
The attributes to delete from your resource.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
A list of attribute objects that were successfully deleted from your resource.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesResult
A list of attribute objects that were successfully deleted from your resource.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
A list of attribute objects that meet the criteria of the request.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
A list of attribute objects that meet the criteria of the request.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
The attributes to apply to your resource.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
The attributes to apply to your resource.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
The attributes applied to your resource.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.PutAttributesResult
The attributes applied to your resource.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The container instance attributes that this container instance supports.
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The container instance attributes that this container instance supports.
withAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.Task
The attributes of the task
withAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.Task
The attributes of the task
withAttributeValue(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The value of the attribute with which to filter results.
withAuthorizationConfig(EFSAuthorizationConfig) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The authorization configuration details for the Amazon EFS file system.
withAutoprovision(Boolean) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
If this value is true, the Docker volume is created if it does not already exist.
withAutoScalingGroupArn(String) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The Amazon Resource Name (ARN) that identifies the Auto Scaling group.
withAutoScalingGroupProvider(AutoScalingGroupProvider) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The Auto Scaling group settings for the capacity provider.
withAutoScalingGroupProvider(AutoScalingGroupProvider) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The details of the Auto Scaling group for the capacity provider.
withAvailabilityZone(String) - Method in class com.amazonaws.services.ecs.model.Task
The availability zone of the task.
withAwsvpcConfiguration(AwsVpcConfiguration) - Method in class com.amazonaws.services.ecs.model.NetworkConfiguration
The VPC subnets and security groups associated with a task.
withBase(Integer) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The base value designates how many tasks, at a minimum, to run on the specified capacity provider.
withBindIP(String) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The IP address that the container is bound to on the container instance.
withCapabilities(KernelCapabilities) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The Linux capabilities for the container that are added to or dropped from the default configuration provided by Docker.
withCapacityProvider(String) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The short name of the capacity provider.
withCapacityProvider(CapacityProvider) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderResult
The full description of the new capacity provider.
withCapacityProviderArn(String) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The Amazon Resource Name (ARN) that identifies the capacity provider.
withCapacityProviderName(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The capacity provider associated with the container instance.
withCapacityProviderName(String) - Method in class com.amazonaws.services.ecs.model.Task
The capacity provider associated with the task.
withCapacityProviders(String...) - Method in class com.amazonaws.services.ecs.model.Cluster
The capacity providers associated with the cluster.
withCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Cluster
The capacity providers associated with the cluster.
withCapacityProviders(String...) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The short name of one or more capacity providers to associate with the cluster.
withCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The short name of one or more capacity providers to associate with the cluster.
withCapacityProviders(String...) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The short name or full Amazon Resource Name (ARN) of one or more capacity providers.
withCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The short name or full Amazon Resource Name (ARN) of one or more capacity providers.
withCapacityProviders(CapacityProvider...) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
The list of capacity providers.
withCapacityProviders(Collection<CapacityProvider>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
The list of capacity providers.
withCapacityProviders(String...) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The name of one or more capacity providers to associate with the cluster.
withCapacityProviders(Collection<String>) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The name of one or more capacity providers to associate with the cluster.
withCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The capacity provider strategy to use for the service.
withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The capacity provider strategy to use for the service.
withCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The capacity provider strategy to use for the task set.
withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The capacity provider strategy to use for the task set.
withCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.Deployment
The capacity provider strategy that the deployment is using.
withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.Deployment
The capacity provider strategy that the deployment is using.
withCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The capacity provider strategy to use for the task.
withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The capacity provider strategy to use for the task.
withCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.Service
The capacity provider strategy associated with the service.
withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.Service
The capacity provider strategy associated with the service.
withCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.TaskSet
The capacity provider strategy associated with the task set.
withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.TaskSet
The capacity provider strategy associated with the task set.
withCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The capacity provider strategy to update the service to use.
withCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The capacity provider strategy to update the service to use.
withClientToken(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
withClientToken(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
withCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.CreateClusterResult
The full description of your new cluster.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to run your service.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete attributes.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteClusterRequest
The short name or full Amazon Resource Name (ARN) of the cluster to delete.
withCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.DeleteClusterResult
The full description of the deleted cluster.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to delete.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in to delete.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to deregister.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to describe.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
The short name or full Amazon Resource Name (ARN)the cluster that hosts the service to describe.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task sets exist in.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task or tasks to describe.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster to list attributes.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instances to list.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the services to list.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the tasks to list.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.PutAttributesRequest
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply attributes.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The short name or full Amazon Resource Name (ARN) of the cluster to modify the capacity provider settings for.
withCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersResult
 
withCluster(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The short name or full Amazon Resource Name (ARN) of the cluster with which to register your container instance.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to run your task.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster on which to start your task.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.SubmitAttachmentStateChangesRequest
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The short name or full ARN of the cluster that hosts the container.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
The name of the cluster to modify the settings for.
withCluster(Cluster) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsResult
 
withCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the container instance to update.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on.
withCluster(String) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
withClusterArn(String) - Method in class com.amazonaws.services.ecs.model.Cluster
The Amazon Resource Name (ARN) that identifies the cluster.
withClusterArn(String) - Method in class com.amazonaws.services.ecs.model.Service
The Amazon Resource Name (ARN) of the cluster that hosts the service.
withClusterArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the cluster that hosts the task.
withClusterArn(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists in.
withClusterArns(String...) - Method in class com.amazonaws.services.ecs.model.ListClustersResult
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
withClusterArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListClustersResult
The list of full Amazon Resource Name (ARN) entries for each cluster associated with your account.
withClusterName(String) - Method in class com.amazonaws.services.ecs.model.Cluster
A user-generated string that you use to identify your cluster.
withClusterName(String) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The name of your cluster.
withClusters(String...) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries.
withClusters(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries.
withClusters(Cluster...) - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
The list of clusters.
withClusters(Collection<Cluster>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
The list of clusters.
withCommand(String...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The command that is passed to the container.
withCommand(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The command that is passed to the container.
withCommand(String...) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The command to send to the container that overrides the default command from the Docker image or the task definition.
withCommand(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The command to send to the container that overrides the default command from the Docker image or the task definition.
withCommand(String...) - Method in class com.amazonaws.services.ecs.model.HealthCheck
A string array representing the command that the container runs to determine if it is healthy.
withCommand(Collection<String>) - Method in class com.amazonaws.services.ecs.model.HealthCheck
A string array representing the command that the container runs to determine if it is healthy.
withCompatibilities(String...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type to use with your task.
withCompatibilities(Collection<String>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type to use with your task.
withCompatibilities(Compatibility...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type to use with your task.
withComputedDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.TaskSet
The computed desired count for the task set.
withCondition(String) - Method in class com.amazonaws.services.ecs.model.ContainerDependency
The dependency condition of the container.
withCondition(ContainerCondition) - Method in class com.amazonaws.services.ecs.model.ContainerDependency
The dependency condition of the container.
withConnectivity(String) - Method in class com.amazonaws.services.ecs.model.Task
The connectivity status of a task.
withConnectivity(Connectivity) - Method in class com.amazonaws.services.ecs.model.Task
The connectivity status of a task.
withConnectivityAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task last went into CONNECTED status.
withContainerArn(String) - Method in class com.amazonaws.services.ecs.model.Container
The Amazon Resource Name (ARN) of the container.
withContainerDefinitions(ContainerDefinition...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of container definitions in JSON format that describe the different containers that make up your task.
withContainerDefinitions(Collection<ContainerDefinition>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of container definitions in JSON format that describe the different containers that make up your task.
withContainerDefinitions(ContainerDefinition...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
A list of container definitions in JSON format that describe the different containers that make up your task.
withContainerDefinitions(Collection<ContainerDefinition>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
A list of container definitions in JSON format that describe the different containers that make up your task.
withContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
The container instance ID or full ARN of the container instance to deregister.
withContainerInstance(ContainerInstance) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceResult
The container instance that was deregistered.
withContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointRequest
The container instance ID or full ARN of the container instance.
withContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The container instance ID or full ARN of the container instance with which to filter the ListTasks results.
withContainerInstance(ContainerInstance) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceResult
The container instance that was registered.
withContainerInstance(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentRequest
The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.
withContainerInstance(ContainerInstance) - Method in class com.amazonaws.services.ecs.model.UpdateContainerAgentResult
The container instance for which the container agent was updated.
withContainerInstanceArn(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The Amazon Resource Name (ARN) of the container instance.
withContainerInstanceArn(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The ARN of the container instance (if it was previously registered).
withContainerInstanceArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the container instances that host the task.
withContainerInstanceArns(String...) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
withContainerInstanceArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
withContainerInstances(String...) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
withContainerInstances(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
A list of up to 100 container instance IDs or full Amazon Resource Name (ARN) entries.
withContainerInstances(ContainerInstance...) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
The list of container instances.
withContainerInstances(Collection<ContainerInstance>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
The list of container instances.
withContainerInstances(String...) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The container instance IDs or full ARN entries for the container instances on which you would like to place your task.
withContainerInstances(Collection<String>) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The container instance IDs or full ARN entries for the container instances on which you would like to place your task.
withContainerInstances(String...) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
A list of container instance IDs or full ARN entries.
withContainerInstances(Collection<String>) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
A list of container instance IDs or full ARN entries.
withContainerInstances(ContainerInstance...) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
The list of container instances.
withContainerInstances(Collection<ContainerInstance>) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
The list of container instances.
withContainerName(String) - Method in class com.amazonaws.services.ecs.model.ContainerDependency
The name of a container.
withContainerName(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The name of the container.
withContainerName(String) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The name of the container (as it appears in a container definition) to associate with the load balancer.
withContainerName(String) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The name of the container that will serve as the App Mesh proxy.
withContainerName(String) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The container name value, already specified in the task definition, to be used for your service discovery service.
withContainerName(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The name of the container.
withContainerOverrides(ContainerOverride...) - Method in class com.amazonaws.services.ecs.model.TaskOverride
One or more container overrides sent to a task.
withContainerOverrides(Collection<ContainerOverride>) - Method in class com.amazonaws.services.ecs.model.TaskOverride
One or more container overrides sent to a task.
withContainerPath(String) - Method in class com.amazonaws.services.ecs.model.Device
The path inside the container at which to expose the host device.
withContainerPath(String) - Method in class com.amazonaws.services.ecs.model.MountPoint
The path on the container to mount the host volume at.
withContainerPath(String) - Method in class com.amazonaws.services.ecs.model.Tmpfs
The absolute file path where the tmpfs volume is to be mounted.
withContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The port on the container to associate with the load balancer.
withContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The port number on the container that is used with the network binding.
withContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.PortMapping
The port number on the container that is bound to the user-specified or automatically assigned host port.
withContainerPort(Integer) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The port value, already specified in the task definition, to be used for your service discovery service.
withContainers(ContainerStateChange...) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any containers associated with the state change request.
withContainers(Collection<ContainerStateChange>) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
Any containers associated with the state change request.
withContainers(Container...) - Method in class com.amazonaws.services.ecs.model.Task
The containers associated with the task.
withContainers(Collection<Container>) - Method in class com.amazonaws.services.ecs.model.Task
The containers associated with the task.
withCount(Integer) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The number of instantiations of the specified task to place on your cluster.
withCpu(String) - Method in class com.amazonaws.services.ecs.model.Container
The number of CPU units set for the container.
withCpu(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The number of cpu units reserved for the container.
withCpu(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The number of cpu units reserved for the container, instead of the default value from the task definition.
withCpu(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The number of CPU units used by the task.
withCpu(String) - Method in class com.amazonaws.services.ecs.model.Task
The number of CPU units used by the task as expressed in a task definition.
withCpu(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The number of cpu units used by the task.
withCpu(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The cpu override for the task.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Deployment
The Unix timestamp for when the service deployment was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Service
The Unix timestamp for when the service was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The Unix timestamp for when the event was triggered.
withCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task was created (the task entered the PENDING state).
withCreatedAt(Date) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set was created.
withCreatedBy(String) - Method in class com.amazonaws.services.ecs.model.Service
The principal that created the service.
withCredentialsParameter(String) - Method in class com.amazonaws.services.ecs.model.RepositoryCredentials
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
withDefaultCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.Cluster
The default capacity provider strategy for the cluster.
withDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.Cluster
The default capacity provider strategy for the cluster.
withDefaultCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The capacity provider strategy to use by default for the cluster.
withDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The capacity provider strategy to use by default for the cluster.
withDefaultCapacityProviderStrategy(CapacityProviderStrategyItem...) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The capacity provider strategy to use by default for the cluster.
withDefaultCapacityProviderStrategy(Collection<CapacityProviderStrategyItem>) - Method in class com.amazonaws.services.ecs.model.PutClusterCapacityProvidersRequest
The capacity provider strategy to use by default for the cluster.
withDependsOn(ContainerDependency...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The dependencies defined for container startup and shutdown.
withDependsOn(Collection<ContainerDependency>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The dependencies defined for container startup and shutdown.
withDeploymentConfiguration(DeploymentConfiguration) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
withDeploymentConfiguration(DeploymentConfiguration) - Method in class com.amazonaws.services.ecs.model.Service
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
withDeploymentConfiguration(DeploymentConfiguration) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
withDeploymentController(DeploymentController) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The deployment controller to use for the service.
withDeploymentController(DeploymentController) - Method in class com.amazonaws.services.ecs.model.Service
The deployment controller type the service is using.
withDeployments(Deployment...) - Method in class com.amazonaws.services.ecs.model.Service
The current state of deployments for the service.
withDeployments(Collection<Deployment>) - Method in class com.amazonaws.services.ecs.model.Service
The current state of deployments for the service.
withDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The number of instantiations of the specified task definition to place and keep running on your cluster.
withDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.Deployment
The most recent desired count of tasks that was specified for the service to deploy or maintain.
withDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The desired number of instantiations of the task definition to keep running on the service.
withDesiredCount(Integer) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The number of instantiations of the task to place and keep running in your service.
withDesiredStatus(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The task desired status with which to filter the ListTasks results.
withDesiredStatus(DesiredStatus) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The task desired status with which to filter the ListTasks results.
withDesiredStatus(String) - Method in class com.amazonaws.services.ecs.model.Task
The desired status of the task.
withDetail(String) - Method in class com.amazonaws.services.ecs.model.Failure
The details of the failure.
withDetails(KeyValuePair...) - Method in class com.amazonaws.services.ecs.model.Attachment
Details of the attachment.
withDetails(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.Attachment
Details of the attachment.
withDeviceName(String) - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
The Elastic Inference accelerator device name.
withDeviceName(String) - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
The Elastic Inference accelerator device name to override for the task.
withDevices(Device...) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Any host devices to expose to the container.
withDevices(Collection<Device>) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Any host devices to expose to the container.
withDeviceType(String) - Method in class com.amazonaws.services.ecs.model.InferenceAccelerator
The Elastic Inference accelerator type to use.
withDeviceType(String) - Method in class com.amazonaws.services.ecs.model.InferenceAcceleratorOverride
The Elastic Inference accelerator type to use.
withDisableNetworking(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, networking is disabled within the container.
withDnsSearchDomains(String...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS search domains that are presented to the container.
withDnsSearchDomains(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS search domains that are presented to the container.
withDnsServers(String...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS servers that are presented to the container.
withDnsServers(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of DNS servers that are presented to the container.
withDockerLabels(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A key/value map of labels to add to the container.
withDockerSecurityOptions(String...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems.
withDockerSecurityOptions(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of strings to provide custom labels for SELinux and AppArmor multi-level security systems.
withDockerVersion(String) - Method in class com.amazonaws.services.ecs.model.VersionInfo
The Docker version running on the container instance.
withDockerVolumeConfiguration(DockerVolumeConfiguration) - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using Docker volumes.
withDoubleValue(Double) - Method in class com.amazonaws.services.ecs.model.Resource
When the doubleValue type is set, the value of the resource must be a double precision floating-point type.
withDriver(String) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
The Docker volume driver to use.
withDriverOpts(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
A map of Docker driver-specific options passed through.
withDrop(String...) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been removed from the default configuration provided by Docker.
withDrop(Collection<String>) - Method in class com.amazonaws.services.ecs.model.KernelCapabilities
The Linux capabilities for the container that have been removed from the default configuration provided by Docker.
withEc2InstanceId(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The EC2 instance ID of the container instance.
withEffectiveSettings(Boolean) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
Specifies whether to return the effective settings.
withEfsVolumeConfiguration(EFSVolumeConfiguration) - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using an Amazon Elastic File System (Amazon EFS) file storage.
withEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to enable Amazon ECS managed tags for the tasks within the service.
withEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
withEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to enable Amazon ECS managed tags for the tasks in the service.
withEnableECSManagedTags(Boolean) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to enable Amazon ECS managed tags for the task.
withEndpoint(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
The endpoint for the Amazon ECS agent to poll.
withEntryPoint(String...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
withEntryPoint(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
withEnvironment(KeyValuePair...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The environment variables to pass to a container.
withEnvironment(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The environment variables to pass to a container.
withEnvironment(KeyValuePair...) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The environment variables to send to the container.
withEnvironment(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The environment variables to send to the container.
withEnvironmentFiles(EnvironmentFile...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of files containing the environment variables to pass to a container.
withEnvironmentFiles(Collection<EnvironmentFile>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of files containing the environment variables to pass to a container.
withEnvironmentFiles(EnvironmentFile...) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
A list of files containing the environment variables to pass to a container, instead of the value from the container definition.
withEnvironmentFiles(Collection<EnvironmentFile>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
A list of files containing the environment variables to pass to a container, instead of the value from the container definition.
withEssential(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
If the essential parameter of a container is marked as true, and that container fails or stops for any reason, all other containers that are part of the task are stopped.
withEvents(ServiceEvent...) - Method in class com.amazonaws.services.ecs.model.Service
The event stream for your service.
withEvents(Collection<ServiceEvent>) - Method in class com.amazonaws.services.ecs.model.Service
The event stream for your service.
withExecutionRoleArn(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Amazon Resource Name (ARN) of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.
withExecutionRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Amazon Resource Name (ARN) of the task execution role that containers in this task can assume.
withExecutionRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Amazon Resource Name (ARN) of the task execution role that the Amazon ECS container agent and the Docker daemon can assume.
withExecutionStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the task execution stopped.
withExecutionStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task execution stopped.
withExitCode(Integer) - Method in class com.amazonaws.services.ecs.model.Container
The exit code returned from the container.
withExitCode(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The exit code for the container, if the state change is a result of the container exiting.
withExitCode(Integer) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The exit code returned for the state change request.
withExpression(String) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
A cluster query language expression to apply to the constraint.
withExpression(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
A cluster query language expression to apply to the constraint.
withExternalId(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
An optional non-unique tag that identifies this task set in external systems.
withExternalId(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The external ID associated with the task set.
withExtraHosts(HostEntry...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of hostnames and IP address mappings to append to the /etc/hosts file on the container.
withExtraHosts(Collection<HostEntry>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of hostnames and IP address mappings to append to the /etc/hosts file on the container.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.RunTaskResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.RunTaskResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.StartTaskResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.StartTaskResult
Any failures associated with the call.
withFailures(Failure...) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
Any failures associated with the call.
withFailures(Collection<Failure>) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateResult
Any failures associated with the call.
withFamilies(String...) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
The list of task definition family names that match the ListTaskDefinitionFamilies request.
withFamilies(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
The list of task definition family names that match the ListTaskDefinitionFamilies request.
withFamily(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The name of the family with which to filter the ListTasks results.
withFamily(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
You must specify a family for a task definition, which allows you to track multiple versions of the same task definition.
withFamily(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The name of a family that this task definition is registered to.
withFamilyPrefix(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The familyPrefix is a string that is used to filter the results of ListTaskDefinitionFamilies.
withFamilyPrefix(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The full family name with which to filter the ListTaskDefinitions results.
withField(String) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The field to apply the placement strategy against.
withFileSystemId(String) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The Amazon EFS file system ID to use.
withFilter(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
You can filter the results of a ListContainerInstances operation with cluster query language statements.
withFirelensConfiguration(FirelensConfiguration) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The FireLens configuration for the container.
withForce(Boolean) - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
If true, allows you to delete a service even if it has not been scaled down to zero tasks.
withForce(Boolean) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
If true, this allows you to delete a task set even if it hasn't been scaled down to zero.
withForce(Boolean) - Method in class com.amazonaws.services.ecs.model.DeregisterContainerInstanceRequest
Forces the deregistration of the container instance.
withForceNewDeployment(Boolean) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
Whether to force a new deployment of the service.
withGpuIds(String...) - Method in class com.amazonaws.services.ecs.model.Container
The IDs of each GPU assigned to the container.
withGpuIds(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Container
The IDs of each GPU assigned to the container.
withGroup(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The name of the task group to associate with the task.
withGroup(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The name of the task group to associate with the task.
withGroup(String) - Method in class com.amazonaws.services.ecs.model.Task
The name of the task group associated with the task.
withHardLimit(Integer) - Method in class com.amazonaws.services.ecs.model.Ulimit
The hard limit for the ulimit type.
withHealthCheck(HealthCheck) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The container health check command and associated configuration parameters for the container.
withHealthCheckGracePeriodSeconds(Integer) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load Balancing target health checks after a task has first started.
withHealthCheckGracePeriodSeconds(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
withHealthCheckGracePeriodSeconds(Integer) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The period of time, in seconds, that the Amazon ECS service scheduler should ignore unhealthy Elastic Load Balancing target health checks after a task has first started.
withHealthStatus(String) - Method in class com.amazonaws.services.ecs.model.Container
The health status of the container.
withHealthStatus(HealthStatus) - Method in class com.amazonaws.services.ecs.model.Container
The health status of the container.
withHealthStatus(String) - Method in class com.amazonaws.services.ecs.model.Task
The health status for the task, which is determined by the health of the essential containers in the task.
withHealthStatus(HealthStatus) - Method in class com.amazonaws.services.ecs.model.Task
The health status for the task, which is determined by the health of the essential containers in the task.
withHost(HostVolumeProperties) - Method in class com.amazonaws.services.ecs.model.Volume
This parameter is specified when you are using bind mount host volumes.
withHostname(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The hostname to use for your container.
withHostname(String) - Method in class com.amazonaws.services.ecs.model.HostEntry
The hostname to use in the /etc/hosts entry.
withHostPath(String) - Method in class com.amazonaws.services.ecs.model.Device
The path for the device on the host container instance.
withHostPort(Integer) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The port number on the host that is used with the network binding.
withHostPort(Integer) - Method in class com.amazonaws.services.ecs.model.PortMapping
The port number on the container instance to reserve for your container.
withIam(String) - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
withIam(EFSAuthorizationConfigIAM) - Method in class com.amazonaws.services.ecs.model.EFSAuthorizationConfig
Whether or not to use the Amazon ECS task IAM role defined in a task definition when mounting the Amazon EFS file system.
withId(String) - Method in class com.amazonaws.services.ecs.model.Attachment
The unique identifier for the attachment.
withId(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The ID of the deployment.
withId(String) - Method in class com.amazonaws.services.ecs.model.PlatformDevice
The ID for the GPU(s) on the container instance.
withId(String) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The ID string of the event.
withId(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The ID of the task set.
withImage(String) - Method in class com.amazonaws.services.ecs.model.Container
The image used for the container.
withImage(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The image used to start a container.
withImageDigest(String) - Method in class com.amazonaws.services.ecs.model.Container
The container image manifest digest.
withImageDigest(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The container image SHA 256 digest.
withInclude(String...) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
Specifies whether or not you want to see the resource tags for the capacity provider.
withInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
Specifies whether or not you want to see the resource tags for the capacity provider.
withInclude(CapacityProviderField...) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
Specifies whether or not you want to see the resource tags for the capacity provider.
withInclude(String...) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
Whether to include additional information about your clusters in the response.
withInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
Whether to include additional information about your clusters in the response.
withInclude(ClusterField...) - Method in class com.amazonaws.services.ecs.model.DescribeClustersRequest
Whether to include additional information about your clusters in the response.
withInclude(String...) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
Specifies whether you want to see the resource tags for the container instance.
withInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
Specifies whether you want to see the resource tags for the container instance.
withInclude(ContainerInstanceField...) - Method in class com.amazonaws.services.ecs.model.DescribeContainerInstancesRequest
Specifies whether you want to see the resource tags for the container instance.
withInclude(String...) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
Specifies whether you want to see the resource tags for the service.
withInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
Specifies whether you want to see the resource tags for the service.
withInclude(ServiceField...) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
Specifies whether you want to see the resource tags for the service.
withInclude(String...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
Specifies whether to see the resource tags for the task definition.
withInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
Specifies whether to see the resource tags for the task definition.
withInclude(TaskDefinitionField...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
Specifies whether to see the resource tags for the task definition.
withInclude(String...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
Specifies whether to see the resource tags for the task set.
withInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
Specifies whether to see the resource tags for the task set.
withInclude(TaskSetField...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
Specifies whether to see the resource tags for the task set.
withInclude(String...) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
Specifies whether you want to see the resource tags for the task.
withInclude(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
Specifies whether you want to see the resource tags for the task.
withInclude(TaskField...) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
Specifies whether you want to see the resource tags for the task.
withInferenceAcceleratorOverrides(InferenceAcceleratorOverride...) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Elastic Inference accelerator override for the task.
withInferenceAcceleratorOverrides(Collection<InferenceAcceleratorOverride>) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Elastic Inference accelerator override for the task.
withInferenceAccelerators(InferenceAccelerator...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Elastic Inference accelerators to use for the containers in the task.
withInferenceAccelerators(Collection<InferenceAccelerator>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Elastic Inference accelerators to use for the containers in the task.
withInferenceAccelerators(InferenceAccelerator...) - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Inference accelerator associated with the task.
withInferenceAccelerators(Collection<InferenceAccelerator>) - Method in class com.amazonaws.services.ecs.model.Task
The Elastic Inference accelerator associated with the task.
withInferenceAccelerators(InferenceAccelerator...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Elastic Inference accelerator associated with the task.
withInferenceAccelerators(Collection<InferenceAccelerator>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Elastic Inference accelerator associated with the task.
withInitProcessEnabled(Boolean) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
Run an init process inside the container that forwards signals and reaps processes.
withInstanceIdentityDocument(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The instance identity document for the EC2 instance to register.
withInstanceIdentityDocumentSignature(String) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The instance identity document signature for the EC2 instance to register.
withIntegerValue(Integer) - Method in class com.amazonaws.services.ecs.model.Resource
When the integerValue type is set, the value of the resource must be an integer.
withInteractive(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, this allows you to deploy containerized applications that require stdin or a tty to be allocated.
withInterval(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The time period in seconds between each health check execution.
withIpAddress(String) - Method in class com.amazonaws.services.ecs.model.HostEntry
The IP address to use in the /etc/hosts entry.
withIpcMode(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The IPC resource namespace to use for the containers in the task.
withIpcMode(IpcMode) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The IPC resource namespace to use for the containers in the task.
withIpcMode(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The IPC resource namespace to use for the containers in the task.
withIpcMode(IpcMode) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The IPC resource namespace to use for the containers in the task.
withIpv6Address(String) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The private IPv6 address for the network interface.
withKey(String) - Method in class com.amazonaws.services.ecs.model.Tag
One part of a key-value pair that make up a tag.
withLabels(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
Custom metadata to add to your Docker volume.
withLastStatus(String) - Method in class com.amazonaws.services.ecs.model.Container
The last known status of the container.
withLastStatus(String) - Method in class com.amazonaws.services.ecs.model.Task
The last known status of the task.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The launch type on which to run your service.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The launch type on which to run your service.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The launch type that new tasks in the task set will use.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The launch type that new tasks in the task set will use.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The launch type the tasks in the service are using.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.Deployment
The launch type the tasks in the service are using.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The launch type for the services to list.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The launch type for the services to list.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The launch type for services to list.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The launch type for services to list.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The launch type on which to run your task.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The launch type on which to run your task.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.Service
The launch type on which your service is running.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.Service
The launch type on which your service is running.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.Task
The launch type on which your task is running.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.Task
The launch type on which your task is running.
withLaunchType(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The launch type the tasks in the task set are using.
withLaunchType(LaunchType) - Method in class com.amazonaws.services.ecs.model.TaskSet
The launch type the tasks in the task set are using.
withLinks(String...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The links parameter allows containers to communicate with each other without the need for port mappings.
withLinks(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The links parameter allows containers to communicate with each other without the need for port mappings.
withLinuxParameters(LinuxParameters) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Linux-specific modifications that are applied to the container, such as Linux kernel capabilities.
withLoadBalancerName(String) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The name of the load balancer to associate with the Amazon ECS service or task set.
withLoadBalancers(LoadBalancer...) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
A load balancer object representing the load balancers to use with your service.
withLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
A load balancer object representing the load balancers to use with your service.
withLoadBalancers(LoadBalancer...) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
A load balancer object representing the load balancer to use with the task set.
withLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
A load balancer object representing the load balancer to use with the task set.
withLoadBalancers(LoadBalancer...) - Method in class com.amazonaws.services.ecs.model.Service
A list of Elastic Load Balancing 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.
withLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.Service
A list of Elastic Load Balancing 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.
withLoadBalancers(LoadBalancer...) - Method in class com.amazonaws.services.ecs.model.TaskSet
Details on a load balancer that is used with a task set.
withLoadBalancers(Collection<LoadBalancer>) - Method in class com.amazonaws.services.ecs.model.TaskSet
Details on a load balancer that is used with a task set.
withLogConfiguration(LogConfiguration) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The log configuration specification for the container.
withLogDriver(String) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The log driver to use for the container.
withLogDriver(LogDriver) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The log driver to use for the container.
withLongValue(Long) - Method in class com.amazonaws.services.ecs.model.Resource
When the longValue type is set, the value of the resource must be an extended precision floating-point type.
withManagedScaling(ManagedScaling) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The managed scaling settings for the Auto Scaling group capacity provider.
withManagedTerminationProtection(String) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The managed termination protection setting to use for the Auto Scaling group capacity provider.
withManagedTerminationProtection(ManagedTerminationProtection) - Method in class com.amazonaws.services.ecs.model.AutoScalingGroupProvider
The managed termination protection setting to use for the Auto Scaling group capacity provider.
withMaximumPercent(Integer) - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
If a service is using the rolling update (ECS) deployment type, the maximum percent parameter represents an upper limit on the number of tasks in a service that are allowed in the RUNNING or PENDING state during a deployment, as a percentage of the desired number of tasks (rounded down to the nearest integer), and while any container instances are in the DRAINING state if the service contains tasks using the EC2 launch type.
withMaximumScalingStepSize(Integer) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The maximum number of container instances that Amazon ECS will scale in or scale out at one time.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The maximum number of account setting results returned by DescribeCapacityProviders in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The maximum number of account setting results returned by ListAccountSettings in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The maximum number of cluster results returned by ListAttributes in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
The maximum number of cluster results returned by ListClusters in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The maximum number of container instance results returned by ListContainerInstances in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The maximum number of service results returned by ListServices in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The maximum number of task definition family results returned by ListTaskDefinitionFamilies in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The maximum number of task definition results returned by ListTaskDefinitions in paginated output.
withMaxResults(Integer) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The maximum number of task results returned by ListTasks in paginated output.
withMaxSwap(Integer) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The total amount of swap memory (in MiB) a container can use.
withMemory(String) - Method in class com.amazonaws.services.ecs.model.Container
The hard limit (in MiB) of memory set for the container.
withMemory(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The amount (in MiB) of memory to present to the container.
withMemory(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The hard limit (in MiB) of memory to present to the container, instead of the default value from the task definition.
withMemory(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The amount of memory (in MiB) used by the task.
withMemory(String) - Method in class com.amazonaws.services.ecs.model.Task
The amount of memory (in MiB) used by the task as expressed in a task definition.
withMemory(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The amount (in MiB) of memory used by the task.
withMemory(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The memory override for the task.
withMemoryReservation(String) - Method in class com.amazonaws.services.ecs.model.Container
The soft limit (in MiB) of memory set for the container.
withMemoryReservation(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The soft limit (in MiB) of memory to reserve for the container.
withMemoryReservation(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task definition.
withMessage(String) - Method in class com.amazonaws.services.ecs.model.ServiceEvent
The event message.
withMinimumHealthyPercent(Integer) - Method in class com.amazonaws.services.ecs.model.DeploymentConfiguration
If a service is using the rolling update (ECS) deployment type, the minimum healthy percent represents a lower limit on the number of tasks in a service that must remain in the RUNNING state during a deployment, as a percentage of the desired number of tasks (rounded up to the nearest integer), and while any container instances are in the DRAINING state if the service contains tasks using the EC2 launch type.
withMinimumScalingStepSize(Integer) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The minimum number of container instances that Amazon ECS will scale in or scale out at one time.
withMountOptions(String...) - Method in class com.amazonaws.services.ecs.model.Tmpfs
The list of tmpfs volume mount options.
withMountOptions(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Tmpfs
The list of tmpfs volume mount options.
withMountPoints(MountPoint...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The mount points for data volumes in your container.
withMountPoints(Collection<MountPoint>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The mount points for data volumes in your container.
withName(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The name of the attribute.
withName(String) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The name of the capacity provider.
withName(String) - Method in class com.amazonaws.services.ecs.model.ClusterSetting
The name of the cluster setting.
withName(ClusterSettingName) - Method in class com.amazonaws.services.ecs.model.ClusterSetting
The name of the cluster setting.
withName(String) - Method in class com.amazonaws.services.ecs.model.Container
The name of the container.
withName(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The name of a container.
withName(String) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The name of the container that receives the override.
withName(String) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The name of the capacity provider.
withName(String) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
The resource name for which to disable the account setting.
withName(SettingName) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
The resource name for which to disable the account setting.
withName(String) - Method in class com.amazonaws.services.ecs.model.KeyValuePair
The name of the key-value pair.
withName(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The resource name you want to list the account settings for.
withName(SettingName) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The resource name you want to list the account settings for.
withName(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
The resource name for which to modify the account setting.
withName(SettingName) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
The resource name for which to modify the account setting.
withName(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The Amazon ECS resource name for which to modify the account setting.
withName(SettingName) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The Amazon ECS resource name for which to modify the account setting.
withName(String) - Method in class com.amazonaws.services.ecs.model.Resource
The name of the resource, such as CPU, MEMORY, PORTS, PORTS_UDP, or a user-defined resource.
withName(String) - Method in class com.amazonaws.services.ecs.model.Secret
The name of the secret.
withName(String) - Method in class com.amazonaws.services.ecs.model.Setting
The Amazon ECS resource name.
withName(SettingName) - Method in class com.amazonaws.services.ecs.model.Setting
The Amazon ECS resource name.
withName(String) - Method in class com.amazonaws.services.ecs.model.Ulimit
The type of the ulimit.
withName(UlimitName) - Method in class com.amazonaws.services.ecs.model.Ulimit
The type of the ulimit.
withName(String) - Method in class com.amazonaws.services.ecs.model.Volume
The name of the volume.
withNamespace(String) - Method in class com.amazonaws.services.ecs.model.SystemControl
The namespaced kernel parameter for which to set a value.
withNetworkBindings(NetworkBinding...) - Method in class com.amazonaws.services.ecs.model.Container
The network bindings associated with the container.
withNetworkBindings(Collection<NetworkBinding>) - Method in class com.amazonaws.services.ecs.model.Container
The network bindings associated with the container.
withNetworkBindings(NetworkBinding...) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
Any network bindings associated with the container.
withNetworkBindings(Collection<NetworkBinding>) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
Any network bindings associated with the container.
withNetworkBindings(NetworkBinding...) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The network bindings of the container.
withNetworkBindings(Collection<NetworkBinding>) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The network bindings of the container.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The network configuration for the service.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.Deployment
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The network configuration for the task.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.Service
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by using the awsvpc networking mode.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.TaskSet
The network configuration for the task set.
withNetworkConfiguration(NetworkConfiguration) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
 
withNetworkInterfaces(NetworkInterface...) - Method in class com.amazonaws.services.ecs.model.Container
The network interfaces associated with the container.
withNetworkInterfaces(Collection<NetworkInterface>) - Method in class com.amazonaws.services.ecs.model.Container
The network interfaces associated with the container.
withNetworkMode(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Docker networking mode to use for the containers in the task.
withNetworkMode(NetworkMode) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The Docker networking mode to use for the containers in the task.
withNetworkMode(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Docker networking mode to use for the containers in the task.
withNetworkMode(NetworkMode) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The Docker networking mode to use for the containers in the task.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersRequest
The nextToken value returned from a previous paginated DescribeCapacityProviders request where maxResults was used and the results exceeded the value of that parameter.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.DescribeCapacityProvidersResult
The nextToken value to include in a future DescribeCapacityProviders request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The nextToken value returned from a ListAccountSettings request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
The nextToken value to include in a future ListAccountSettings request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The nextToken value returned from a ListAttributes request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesResult
The nextToken value to include in a future ListAttributes request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListClustersRequest
The nextToken value returned from a ListClusters request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListClustersResult
The nextToken value to include in a future ListClusters request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
The nextToken value returned from a ListContainerInstances request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesResult
The nextToken value to include in a future ListContainerInstances request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The nextToken value returned from a ListServices request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListServicesResult
The nextToken value to include in a future ListServices request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The nextToken value returned from a ListTaskDefinitionFamilies request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesResult
The nextToken value to include in a future ListTaskDefinitionFamilies request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The nextToken value returned from a ListTaskDefinitions request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
The nextToken value to include in a future ListTaskDefinitions request.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The nextToken value returned from a ListTasks request indicating that more results are available to fulfill the request and further calls will be needed.
withNextToken(String) - Method in class com.amazonaws.services.ecs.model.ListTasksResult
The nextToken value to include in a future ListTasks request.
withOptions(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
The options to use when configuring the log router.
withOptions(Map<String, String>) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The configuration options to send to the log driver.
withOverrides(TaskOverride) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.
withOverrides(TaskOverride) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
A list of container overrides in JSON format that specify the name of a container in the specified task definition and the overrides it should receive.
withOverrides(TaskOverride) - Method in class com.amazonaws.services.ecs.model.Task
One or more container overrides.
withPendingCount(Integer) - Method in class com.amazonaws.services.ecs.model.Deployment
The number of tasks in the deployment that are in the PENDING status.
withPendingCount(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The number of tasks in the cluster that are in the PENDING state.
withPendingCount(Integer) - Method in class com.amazonaws.services.ecs.model.TaskSet
The number of tasks in the task set that are in the PENDING status during a deployment.
withPendingTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of tasks in the cluster that are in the PENDING state.
withPendingTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The number of tasks on the container instance that are in the PENDING status.
withPermissions(String...) - Method in class com.amazonaws.services.ecs.model.Device
The explicit permissions to provide to the container for the device.
withPermissions(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Device
The explicit permissions to provide to the container for the device.
withPermissions(DeviceCgroupPermission...) - Method in class com.amazonaws.services.ecs.model.Device
The explicit permissions to provide to the container for the device.
withPidMode(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The process namespace to use for the containers in the task.
withPidMode(PidMode) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The process namespace to use for the containers in the task.
withPidMode(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The process namespace to use for the containers in the task.
withPidMode(PidMode) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The process namespace to use for the containers in the task.
withPlacementConstraints(PlacementConstraint...) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
An array of placement constraint objects to use for tasks in your service.
withPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
An array of placement constraint objects to use for tasks in your service.
withPlacementConstraints(TaskDefinitionPlacementConstraint...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
An array of placement constraint objects to use for the task.
withPlacementConstraints(Collection<TaskDefinitionPlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
An array of placement constraint objects to use for the task.
withPlacementConstraints(PlacementConstraint...) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
An array of placement constraint objects to use for the task.
withPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
An array of placement constraint objects to use for the task.
withPlacementConstraints(PlacementConstraint...) - Method in class com.amazonaws.services.ecs.model.Service
The placement constraints for the tasks in the service.
withPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.Service
The placement constraints for the tasks in the service.
withPlacementConstraints(TaskDefinitionPlacementConstraint...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
An array of placement constraint objects to use for tasks.
withPlacementConstraints(Collection<TaskDefinitionPlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
An array of placement constraint objects to use for tasks.
withPlacementConstraints(PlacementConstraint...) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
An array of task placement constraint objects to update the service to use.
withPlacementConstraints(Collection<PlacementConstraint>) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
An array of task placement constraint objects to update the service to use.
withPlacementStrategy(PlacementStrategy...) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The placement strategy objects to use for tasks in your service.
withPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The placement strategy objects to use for tasks in your service.
withPlacementStrategy(PlacementStrategy...) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The placement strategy objects to use for the task.
withPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The placement strategy objects to use for the task.
withPlacementStrategy(PlacementStrategy...) - Method in class com.amazonaws.services.ecs.model.Service
The placement strategy that determines how tasks for the service are placed.
withPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.Service
The placement strategy that determines how tasks for the service are placed.
withPlacementStrategy(PlacementStrategy...) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The task placement strategy objects to update the service to use.
withPlacementStrategy(Collection<PlacementStrategy>) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The task placement strategy objects to update the service to use.
withPlatformDevices(PlatformDevice...) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The devices that are available on the container instance.
withPlatformDevices(Collection<PlatformDevice>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The devices that are available on the container instance.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The platform version that your tasks in the service are running on.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The platform version that the tasks in the task set should use.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The platform version on which your tasks in the service are running.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The platform version the task should run.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.Service
The platform version on which to run your service.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.Task
The platform version on which your task is running.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The platform version on which the tasks in the task set are running.
withPlatformVersion(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The platform version on which your tasks in the service are running.
withPort(Integer) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The port value used if your service discovery service specified an SRV record.
withPortMappings(PortMapping...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The list of port mappings for the container.
withPortMappings(Collection<PortMapping>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The list of port mappings for the container.
withPrimaryTaskSet(String) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
withPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
withPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
withPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
withPrincipalArn(String) - Method in class com.amazonaws.services.ecs.model.Setting
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
withPrivateIpv4Address(String) - Method in class com.amazonaws.services.ecs.model.NetworkInterface
The private IPv4 address for the network interface.
withPrivileged(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given elevated privileges on the host container instance (similar to the root user).
withPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
withPropagateTags(PropagateTags) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.
withPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to propagate the tags from the task definition to the task.
withPropagateTags(PropagateTags) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
Specifies whether to propagate the tags from the task definition to the task.
withPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to propagate the tags from the task definition or the service to the task.
withPropagateTags(PropagateTags) - Method in class com.amazonaws.services.ecs.model.Service
Specifies whether to propagate the tags from the task definition or the service to the task.
withPropagateTags(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to propagate the tags from the task definition or the service to the task.
withPropagateTags(PropagateTags) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
Specifies whether to propagate the tags from the task definition or the service to the task.
withProperties(KeyValuePair...) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.
withProperties(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The set of network configuration parameters to provide the Container Network Interface (CNI) plugin, specified as key-value pairs.
withProtocol(String) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The protocol used for the network binding.
withProtocol(TransportProtocol) - Method in class com.amazonaws.services.ecs.model.NetworkBinding
The protocol used for the network binding.
withProtocol(String) - Method in class com.amazonaws.services.ecs.model.PortMapping
The protocol used for the port mapping.
withProtocol(TransportProtocol) - Method in class com.amazonaws.services.ecs.model.PortMapping
The protocol used for the port mapping.
withProxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
 
withProxyConfiguration(ProxyConfiguration) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The configuration details for the App Mesh proxy.
withPseudoTerminal(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, a TTY is allocated.
withPullStartedAt(Date) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the container image pull began.
withPullStartedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the container image pull began.
withPullStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The Unix timestamp for when the container image pull completed.
withPullStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the container image pull completed.
withReadOnly(Boolean) - Method in class com.amazonaws.services.ecs.model.MountPoint
If this value is true, the container has read-only access to the volume.
withReadOnly(Boolean) - Method in class com.amazonaws.services.ecs.model.VolumeFrom
If this value is true, the container has read-only access to the volume.
withReadonlyRootFilesystem(Boolean) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
When this parameter is true, the container is given read-only access to its root file system.
withReason(String) - Method in class com.amazonaws.services.ecs.model.Container
A short (255 max characters) human-readable string to provide additional details about a running or stopped container.
withReason(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The reason for the state change.
withReason(String) - Method in class com.amazonaws.services.ecs.model.Failure
The reason for the failure.
withReason(String) - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
An optional message specified when a task is stopped.
withReason(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The reason for the state change request.
withReason(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The reason for the state change request.
withReferenceId(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The reference ID to use for the task.
withReferenceId(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The reference ID to use for the task.
withRegisteredAt(Date) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The Unix timestamp for when the container instance was registered.
withRegisteredContainerInstancesCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of container instances registered into the cluster.
withRegisteredResources(Resource...) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the amount of each resource that was available on the container instance when the container agent registered it with Amazon ECS.
withRegisteredResources(Collection<Resource>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the amount of each resource that was available on the container instance when the container agent registered it with Amazon ECS.
withRegistryArn(String) - Method in class com.amazonaws.services.ecs.model.ServiceRegistry
The Amazon Resource Name (ARN) of the service registry.
withRemainingResources(Resource...) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the remaining CPU and memory that has not already been allocated to tasks and is therefore available for new tasks.
withRemainingResources(Collection<Resource>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
For CPU and memory resource types, this parameter describes the remaining CPU and memory that has not already been allocated to tasks and is therefore available for new tasks.
withRepositoryCredentials(RepositoryCredentials) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The private repository authentication credentials to use.
withRequiresAttributes(Attribute...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The container instance attributes required by your task.
withRequiresAttributes(Collection<Attribute>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The container instance attributes required by your task.
withRequiresCompatibilities(String...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The launch type required by the task.
withRequiresCompatibilities(Collection<String>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The launch type required by the task.
withRequiresCompatibilities(Compatibility...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The launch type required by the task.
withRequiresCompatibilities(String...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type the task requires.
withRequiresCompatibilities(Collection<String>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type the task requires.
withRequiresCompatibilities(Compatibility...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The launch type the task requires.
withResourceArn(String) - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) that identifies the resource for which to list the tags.
withResourceArn(String) - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource to which to add tags.
withResourceArn(String) - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource from which to delete tags.
withResourceRequirements(ResourceRequirement...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The type and amount of a resource to assign to a container.
withResourceRequirements(Collection<ResourceRequirement>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The type and amount of a resource to assign to a container.
withResourceRequirements(ResourceRequirement...) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The type and amount of a resource to assign to a container, instead of the default value from the task definition.
withResourceRequirements(Collection<ResourceRequirement>) - Method in class com.amazonaws.services.ecs.model.ContainerOverride
The type and amount of a resource to assign to a container, instead of the default value from the task definition.
withRetries(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The number of times to retry a failed health check before the container is considered unhealthy.
withRevision(Integer) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The revision of the task in a particular family.
withRole(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The name or full Amazon Resource Name (ARN) of the IAM role that allows Amazon ECS to make calls to your load balancer on your behalf.
withRoleArn(String) - Method in class com.amazonaws.services.ecs.model.Service
The ARN of the IAM role associated with the service that allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.
withRootDirectory(String) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The directory within the Amazon EFS file system to mount as the root directory inside the host.
withRunningCount(Integer) - Method in class com.amazonaws.services.ecs.model.Deployment
The number of tasks in the deployment that are in the RUNNING status.
withRunningCount(Integer) - Method in class com.amazonaws.services.ecs.model.Service
The number of tasks in the cluster that are in the RUNNING state.
withRunningCount(Integer) - Method in class com.amazonaws.services.ecs.model.TaskSet
The number of tasks in the task set that are in the RUNNING status during a deployment.
withRunningTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.Cluster
The number of tasks in the cluster that are in the RUNNING state.
withRunningTasksCount(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The number of tasks on the container instance that are in the RUNNING status.
withRuntimeId(String) - Method in class com.amazonaws.services.ecs.model.Container
The ID of the Docker container.
withRuntimeId(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The ID of the Docker container.
withRuntimeId(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The ID of the Docker container.
withScale(Scale) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
 
withScale(Scale) - Method in class com.amazonaws.services.ecs.model.TaskSet
A floating-point percentage of the desired number of tasks to place and keep running in the task set.
withScale(Scale) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
 
withSchedulingStrategy(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The scheduling strategy to use for the service.
withSchedulingStrategy(SchedulingStrategy) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The scheduling strategy to use for the service.
withSchedulingStrategy(String) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The scheduling strategy for services to list.
withSchedulingStrategy(SchedulingStrategy) - Method in class com.amazonaws.services.ecs.model.ListServicesRequest
The scheduling strategy for services to list.
withSchedulingStrategy(String) - Method in class com.amazonaws.services.ecs.model.Service
The scheduling strategy to use for the service.
withSchedulingStrategy(SchedulingStrategy) - Method in class com.amazonaws.services.ecs.model.Service
The scheduling strategy to use for the service.
withScope(String) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
The scope for the Docker volume that determines its lifecycle.
withScope(Scope) - Method in class com.amazonaws.services.ecs.model.DockerVolumeConfiguration
The scope for the Docker volume that determines its lifecycle.
withSecretOptions(Secret...) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The secrets to pass to the log configuration.
withSecretOptions(Collection<Secret>) - Method in class com.amazonaws.services.ecs.model.LogConfiguration
The secrets to pass to the log configuration.
withSecrets(Secret...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The secrets to pass to the container.
withSecrets(Collection<Secret>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The secrets to pass to the container.
withSecurityGroups(String...) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The security groups associated with the task or service.
withSecurityGroups(Collection<String>) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The security groups associated with the task or service.
withService(Service) - Method in class com.amazonaws.services.ecs.model.CreateServiceResult
The full description of your service following the create call.
withService(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service to create the task set in.
withService(String) - Method in class com.amazonaws.services.ecs.model.DeleteServiceRequest
The name of the service to delete.
withService(Service) - Method in class com.amazonaws.services.ecs.model.DeleteServiceResult
The full description of the deleted service.
withService(String) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.
withService(String) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The short name or full Amazon Resource Name (ARN) of the service that the task sets exist in.
withService(String) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
withService(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The name of the service to update.
withService(Service) - Method in class com.amazonaws.services.ecs.model.UpdateServiceResult
The full description of your service following the update call.
withService(String) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
withServiceArn(String) - Method in class com.amazonaws.services.ecs.model.Service
The ARN that identifies the service.
withServiceArn(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the service the task set exists in.
withServiceArns(String...) - Method in class com.amazonaws.services.ecs.model.ListServicesResult
The list of full ARN entries for each service associated with the specified cluster.
withServiceArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListServicesResult
The list of full ARN entries for each service associated with the specified cluster.
withServiceName(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The name of your service.
withServiceName(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The name of the service with which to filter the ListTasks results.
withServiceName(String) - Method in class com.amazonaws.services.ecs.model.Service
The name of your service.
withServiceRegistries(ServiceRegistry...) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The details of the service discovery registries to assign to this service.
withServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The details of the service discovery registries to assign to this service.
withServiceRegistries(ServiceRegistry...) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The details of the service discovery registries to assign to this task set.
withServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The details of the service discovery registries to assign to this task set.
withServiceRegistries(ServiceRegistry...) - Method in class com.amazonaws.services.ecs.model.Service
The details of the service discovery registries to assign to this service.
withServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.Service
The details of the service discovery registries to assign to this service.
withServiceRegistries(ServiceRegistry...) - Method in class com.amazonaws.services.ecs.model.TaskSet
The details of the service discovery registries to assign to this task set.
withServiceRegistries(Collection<ServiceRegistry>) - Method in class com.amazonaws.services.ecs.model.TaskSet
The details of the service discovery registries to assign to this task set.
withServices(String...) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
A list of services to describe.
withServices(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesRequest
A list of services to describe.
withServices(Service...) - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
The list of services described.
withServices(Collection<Service>) - Method in class com.amazonaws.services.ecs.model.DescribeServicesResult
The list of services described.
withSetting(Setting) - Method in class com.amazonaws.services.ecs.model.DeleteAccountSettingResult
The account setting for the specified principal ARN.
withSetting(Setting) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultResult
 
withSetting(Setting) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingResult
The current account setting for a resource.
withSettings(ClusterSetting...) - Method in class com.amazonaws.services.ecs.model.Cluster
The settings for the cluster.
withSettings(Collection<ClusterSetting>) - Method in class com.amazonaws.services.ecs.model.Cluster
The settings for the cluster.
withSettings(ClusterSetting...) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The setting to use when creating a cluster.
withSettings(Collection<ClusterSetting>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The setting to use when creating a cluster.
withSettings(Setting...) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
The account settings for the resource.
withSettings(Collection<Setting>) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsResult
The account settings for the resource.
withSettings(ClusterSetting...) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
The setting to use by default for a cluster.
withSettings(Collection<ClusterSetting>) - Method in class com.amazonaws.services.ecs.model.UpdateClusterSettingsRequest
The setting to use by default for a cluster.
withSharedMemorySize(Integer) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The value for the size (in MiB) of the /dev/shm volume.
withSize(Integer) - Method in class com.amazonaws.services.ecs.model.Tmpfs
The size (in MiB) of the tmpfs volume.
withSoftLimit(Integer) - Method in class com.amazonaws.services.ecs.model.Ulimit
The soft limit for the ulimit type.
withSort(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The order in which to sort the results.
withSort(SortOrder) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The order in which to sort the results.
withSourceContainer(String) - Method in class com.amazonaws.services.ecs.model.VolumeFrom
The name of another container within the same task definition from which to mount volumes.
withSourcePath(String) - Method in class com.amazonaws.services.ecs.model.HostVolumeProperties
When the host parameter is used, specify a sourcePath to declare the path on the host container instance that is presented to the container.
withSourceVolume(String) - Method in class com.amazonaws.services.ecs.model.MountPoint
The name of the volume to mount.
withStabilityStatus(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The stability status, which indicates whether the task set has reached a steady state.
withStabilityStatus(StabilityStatus) - Method in class com.amazonaws.services.ecs.model.TaskSet
The stability status, which indicates whether the task set has reached a steady state.
withStabilityStatusAt(Date) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set stability status was retrieved.
withStartedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task started (the task transitioned from the PENDING state to the RUNNING state).
withStartedBy(String) - Method in class com.amazonaws.services.ecs.model.ListTasksRequest
The startedBy value with which to filter the task results.
withStartedBy(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
An optional tag specified when a task is started.
withStartedBy(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
An optional tag specified when a task is started.
withStartedBy(String) - Method in class com.amazonaws.services.ecs.model.Task
The tag specified when a task is started.
withStartedBy(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The tag specified when a task set is started.
withStartPeriod(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The optional grace period within which to provide containers time to bootstrap before failed health checks count towards the maximum number of retries.
withStartTimeout(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Time duration (in seconds) to wait before giving up on resolving dependencies for a container.
withStatistics(KeyValuePair...) - Method in class com.amazonaws.services.ecs.model.Cluster
Additional information about your clusters that are separated by launch type, including:
withStatistics(Collection<KeyValuePair>) - Method in class com.amazonaws.services.ecs.model.Cluster
Additional information about your clusters that are separated by launch type, including:
withStatus(String) - Method in class com.amazonaws.services.ecs.model.Attachment
The status of the attachment.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.AttachmentStateChange
The status of the attachment.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The current status of the capacity provider.
withStatus(CapacityProviderStatus) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The current status of the capacity provider.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.Cluster
The status of the cluster.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The status of the container instance.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.ContainerStateChange
The status of the container.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The status of the deployment.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
Filters the container instances by status.
withStatus(ContainerInstanceStatus) - Method in class com.amazonaws.services.ecs.model.ListContainerInstancesRequest
Filters the container instances by status.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The task definition family status with which to filter the ListTaskDefinitionFamilies results.
withStatus(TaskDefinitionFamilyStatus) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionFamiliesRequest
The task definition family status with which to filter the ListTaskDefinitionFamilies results.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The task definition status with which to filter the ListTaskDefinitions results.
withStatus(TaskDefinitionStatus) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsRequest
The task definition status with which to filter the ListTaskDefinitions results.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
Whether or not to enable managed scaling for the capacity provider.
withStatus(ManagedScalingStatus) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
Whether or not to enable managed scaling for the capacity provider.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.Service
The status of the service.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The status of the state change request.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The status of the state change request.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The status of the task definition.
withStatus(TaskDefinitionStatus) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The status of the task definition.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The status of the task set.
withStatus(String) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The container instance state with which to update the container instance.
withStatus(ContainerInstanceStatus) - Method in class com.amazonaws.services.ecs.model.UpdateContainerInstancesStateRequest
The container instance state with which to update the container instance.
withStatusReason(String) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The reason that the container instance reached its current status.
withStopCode(String) - Method in class com.amazonaws.services.ecs.model.Task
The stop code indicating why a task was stopped.
withStopCode(TaskStopCode) - Method in class com.amazonaws.services.ecs.model.Task
The stop code indicating why a task was stopped.
withStoppedAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task was stopped (the task transitioned from the RUNNING state to the STOPPED state).
withStoppedReason(String) - Method in class com.amazonaws.services.ecs.model.Task
The reason that the task was stopped.
withStoppingAt(Date) - Method in class com.amazonaws.services.ecs.model.Task
The Unix timestamp for when the task stops (transitions from the RUNNING state to STOPPED).
withStopTimeout(Integer) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Time duration (in seconds) to wait before the container is forcefully killed if it doesn't exit normally on its own.
withStringSetValue(String...) - Method in class com.amazonaws.services.ecs.model.Resource
When the stringSetValue type is set, the value of the resource must be a string type.
withStringSetValue(Collection<String>) - Method in class com.amazonaws.services.ecs.model.Resource
When the stringSetValue type is set, the value of the resource must be a string type.
withSubnets(String...) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The subnets associated with the task or service.
withSubnets(Collection<String>) - Method in class com.amazonaws.services.ecs.model.AwsVpcConfiguration
The subnets associated with the task or service.
withSwappiness(Integer) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
This allows you to tune a container's memory swappiness behavior.
withSystemControls(SystemControl...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of namespaced kernel parameters to set in the container.
withSystemControls(Collection<SystemControl>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of namespaced kernel parameters to set in the container.
withTagKeys(String...) - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
The keys of the tags to be removed.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.ecs.model.UntagResourceRequest
The keys of the tags to be removed.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The metadata that you apply to the capacity provider to help you categorize and organize it.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CapacityProvider
The metadata that you apply to the capacity provider to help you categorize and organize it.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.Cluster
The metadata that you apply to the cluster to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.Cluster
The metadata that you apply to the cluster to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The metadata that you apply to the container instance to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The metadata that you apply to the container instance to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The metadata that you apply to the capacity provider to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateCapacityProviderRequest
The metadata that you apply to the capacity provider to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The metadata that you apply to the cluster to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateClusterRequest
The metadata that you apply to the cluster to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The metadata that you apply to the service to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The metadata that you apply to the service to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The metadata that you apply to the task set to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The metadata that you apply to the task set to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
The metadata that is applied to the task definition to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
The metadata that is applied to the task definition to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
The tags for the resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.ListTagsForResourceResult
The tags for the resource.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The metadata that you apply to the container instance to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The metadata that you apply to the container instance to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The metadata that you apply to the task definition to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The metadata that you apply to the task definition to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
The list of tags associated with the task definition.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
The list of tags associated with the task definition.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.Service
The metadata that you apply to the service to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.Service
The metadata that you apply to the service to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The metadata that you apply to the task to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
The tags to add to the resource.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.TagResourceRequest
The tags to add to the resource.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.Task
The metadata that you apply to the task to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.Task
The metadata that you apply to the task to help you categorize and organize them.
withTags(Tag...) - Method in class com.amazonaws.services.ecs.model.TaskSet
The metadata that you apply to the task set to help you categorize and organize them.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ecs.model.TaskSet
The metadata that you apply to the task set to help you categorize and organize them.
withTargetCapacity(Integer) - Method in class com.amazonaws.services.ecs.model.ManagedScaling
The target capacity value for the capacity provider.
withTargetGroupArn(String) - Method in class com.amazonaws.services.ecs.model.LoadBalancer
The full Amazon Resource Name (ARN) of the Elastic Load Balancing target group or groups associated with a service or task set.
withTargetId(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The ID of the target.
withTargetType(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The type of the target with which to attach the attribute.
withTargetType(TargetType) - Method in class com.amazonaws.services.ecs.model.Attribute
The type of the target with which to attach the attribute.
withTargetType(String) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The type of the target with which to list attributes.
withTargetType(TargetType) - Method in class com.amazonaws.services.ecs.model.ListAttributesRequest
The type of the target with which to list attributes.
withTask(String) - Method in class com.amazonaws.services.ecs.model.StopTaskRequest
The task ID or full Amazon Resource Name (ARN) of the task to stop.
withTask(Task) - Method in class com.amazonaws.services.ecs.model.StopTaskResult
The task that was stopped.
withTask(String) - Method in class com.amazonaws.services.ecs.model.SubmitContainerStateChangeRequest
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container.
withTask(String) - Method in class com.amazonaws.services.ecs.model.SubmitTaskStateChangeRequest
The task ID or full ARN of the task in the state change request.
withTaskArn(String) - Method in class com.amazonaws.services.ecs.model.Container
The ARN of the task.
withTaskArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The Amazon Resource Name (ARN) of the task.
withTaskArns(String...) - Method in class com.amazonaws.services.ecs.model.ListTasksResult
The list of task ARN entries for the ListTasks request.
withTaskArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListTasksResult
The list of task ARN entries for the ListTasks request.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.CreateServiceRequest
The family and revision (family:revision) or full ARN of the task definition to run in your service.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetRequest
The task definition for the tasks in the task set to use.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.Deployment
The most recent task definition that was specified for the tasks in the service to use.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionRequest
The family and revision (family:revision) or full Amazon Resource Name (ARN) of the task definition to deregister.
withTaskDefinition(TaskDefinition) - Method in class com.amazonaws.services.ecs.model.DeregisterTaskDefinitionResult
The full description of the deregistered task.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionRequest
The family for the latest ACTIVE revision, family and revision (family:revision) for a specific revision in the family, or full Amazon Resource Name (ARN) of the task definition to describe.
withTaskDefinition(TaskDefinition) - Method in class com.amazonaws.services.ecs.model.DescribeTaskDefinitionResult
The full task definition description.
withTaskDefinition(TaskDefinition) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionResult
The full description of the registered task definition.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.RunTaskRequest
The family and revision (family:revision) or full ARN of the task definition to run.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.Service
The task definition to use for tasks in the service.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.StartTaskRequest
The family and revision (family:revision) or full ARN of the task definition to start.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The task definition the task set is using.
withTaskDefinition(String) - Method in class com.amazonaws.services.ecs.model.UpdateServiceRequest
The family and revision (family:revision) or full ARN of the task definition to run in your service.
withTaskDefinitionArn(String) - Method in class com.amazonaws.services.ecs.model.Task
The ARN of the task definition that creates the task.
withTaskDefinitionArn(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The full Amazon Resource Name (ARN) of the task definition.
withTaskDefinitionArns(String...) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
withTaskDefinitionArns(Collection<String>) - Method in class com.amazonaws.services.ecs.model.ListTaskDefinitionsResult
The list of task definition Amazon Resource Name (ARN) entries for the ListTaskDefinitions request.
withTaskRoleArn(String) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
The short name or full Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
withTaskRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The short name or full Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants containers in the task permission to call AWS APIs on your behalf.
withTaskRoleArn(String) - Method in class com.amazonaws.services.ecs.model.TaskOverride
The Amazon Resource Name (ARN) of the IAM role that containers in this task can assume.
withTasks(String...) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
A list of up to 100 task IDs or full ARN entries.
withTasks(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksRequest
A list of up to 100 task IDs or full ARN entries.
withTasks(Task...) - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
The list of tasks.
withTasks(Collection<Task>) - Method in class com.amazonaws.services.ecs.model.DescribeTasksResult
The list of tasks.
withTasks(Task...) - Method in class com.amazonaws.services.ecs.model.RunTaskResult
A full description of the tasks that were run.
withTasks(Collection<Task>) - Method in class com.amazonaws.services.ecs.model.RunTaskResult
A full description of the tasks that were run.
withTasks(Task...) - Method in class com.amazonaws.services.ecs.model.StartTaskResult
A full description of the tasks that were started.
withTasks(Collection<Task>) - Method in class com.amazonaws.services.ecs.model.StartTaskResult
A full description of the tasks that were started.
withTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.CreateTaskSetResult
 
withTaskSet(String) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetRequest
The task set ID or full Amazon Resource Name (ARN) of the task set to delete.
withTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.DeleteTaskSetResult
 
withTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.UpdateServicePrimaryTaskSetResult
 
withTaskSet(String) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetRequest
The short name or full Amazon Resource Name (ARN) of the task set to update.
withTaskSet(TaskSet) - Method in class com.amazonaws.services.ecs.model.UpdateTaskSetResult
 
withTaskSetArn(String) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Amazon Resource Name (ARN) of the task set.
withTaskSets(String...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The ID or full Amazon Resource Name (ARN) of task sets to describe.
withTaskSets(Collection<String>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsRequest
The ID or full Amazon Resource Name (ARN) of task sets to describe.
withTaskSets(TaskSet...) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
The list of task sets described.
withTaskSets(Collection<TaskSet>) - Method in class com.amazonaws.services.ecs.model.DescribeTaskSetsResult
The list of task sets described.
withTaskSets(TaskSet...) - Method in class com.amazonaws.services.ecs.model.Service
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL deployment.
withTaskSets(Collection<TaskSet>) - Method in class com.amazonaws.services.ecs.model.Service
Information about a set of Amazon ECS tasks in either an AWS CodeDeploy or an EXTERNAL deployment.
withTelemetryEndpoint(String) - Method in class com.amazonaws.services.ecs.model.DiscoverPollEndpointResult
The telemetry endpoint for the Amazon ECS agent.
withTimeout(Integer) - Method in class com.amazonaws.services.ecs.model.HealthCheck
The time period in seconds to wait for a health check to succeed before it is considered a failure.
withTmpfs(Tmpfs...) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The container path, mount options, and size (in MiB) of the tmpfs mount.
withTmpfs(Collection<Tmpfs>) - Method in class com.amazonaws.services.ecs.model.LinuxParameters
The container path, mount options, and size (in MiB) of the tmpfs mount.
withTotalResources(Resource...) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The resources available on the instance.
withTotalResources(Collection<Resource>) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The resources available on the instance.
withTransitEncryption(String) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
withTransitEncryption(EFSTransitEncryption) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
Whether or not to enable encryption for Amazon EFS data in transit between the Amazon ECS host and the Amazon EFS server.
withTransitEncryptionPort(Integer) - Method in class com.amazonaws.services.ecs.model.EFSVolumeConfiguration
The port to use when sending encrypted data between the Amazon ECS host and the Amazon EFS server.
withType(String) - Method in class com.amazonaws.services.ecs.model.Attachment
The type of the attachment, such as ElasticNetworkInterface.
withType(String) - Method in class com.amazonaws.services.ecs.model.DeploymentController
The deployment controller type to use.
withType(DeploymentControllerType) - Method in class com.amazonaws.services.ecs.model.DeploymentController
The deployment controller type to use.
withType(String) - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
The file type to use.
withType(EnvironmentFileType) - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
The file type to use.
withType(String) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
The log router to use.
withType(FirelensConfigurationType) - Method in class com.amazonaws.services.ecs.model.FirelensConfiguration
The log router to use.
withType(String) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
The type of constraint.
withType(PlacementConstraintType) - Method in class com.amazonaws.services.ecs.model.PlacementConstraint
The type of constraint.
withType(String) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The type of placement strategy.
withType(PlacementStrategyType) - Method in class com.amazonaws.services.ecs.model.PlacementStrategy
The type of placement strategy.
withType(String) - Method in class com.amazonaws.services.ecs.model.PlatformDevice
The type of device that is available on the container instance.
withType(PlatformDeviceType) - Method in class com.amazonaws.services.ecs.model.PlatformDevice
The type of device that is available on the container instance.
withType(String) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The proxy type.
withType(ProxyConfigurationType) - Method in class com.amazonaws.services.ecs.model.ProxyConfiguration
The proxy type.
withType(String) - Method in class com.amazonaws.services.ecs.model.Resource
The type of the resource, such as INTEGER, DOUBLE, LONG, or STRINGSET.
withType(String) - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
The type of resource to assign to a container.
withType(ResourceType) - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
The type of resource to assign to a container.
withType(String) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
The type of constraint.
withType(TaskDefinitionPlacementConstraintType) - Method in class com.amazonaws.services.ecs.model.TaskDefinitionPlacementConstraint
The type of constraint.
withUlimits(Ulimit...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of ulimits to set in the container.
withUlimits(Collection<Ulimit>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
A list of ulimits to set in the container.
withUnit(String) - Method in class com.amazonaws.services.ecs.model.Scale
The unit of measure for the scale value.
withUnit(ScaleUnit) - Method in class com.amazonaws.services.ecs.model.Scale
The unit of measure for the scale value.
withUpdatedAt(Date) - Method in class com.amazonaws.services.ecs.model.Deployment
The Unix timestamp for when the service deployment was last updated.
withUpdatedAt(Date) - Method in class com.amazonaws.services.ecs.model.TaskSet
The Unix timestamp for when the task set was last updated.
withUser(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The user name to use inside the container.
withValue(String) - Method in class com.amazonaws.services.ecs.model.Attribute
The value of the attribute.
withValue(String) - Method in class com.amazonaws.services.ecs.model.ClusterSetting
The value to set for the cluster setting.
withValue(String) - Method in class com.amazonaws.services.ecs.model.EnvironmentFile
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
withValue(String) - Method in class com.amazonaws.services.ecs.model.KeyValuePair
The value of the key-value pair.
withValue(String) - Method in class com.amazonaws.services.ecs.model.ListAccountSettingsRequest
The value of the account settings with which to filter results.
withValue(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingDefaultRequest
The account setting value for the specified principal ARN.
withValue(String) - Method in class com.amazonaws.services.ecs.model.PutAccountSettingRequest
The account setting value for the specified principal ARN.
withValue(String) - Method in class com.amazonaws.services.ecs.model.ResourceRequirement
The value for the specified resource type.
withValue(Double) - Method in class com.amazonaws.services.ecs.model.Scale
The value, specified as a percent total of a service's desiredCount, to scale the task set.
withValue(String) - Method in class com.amazonaws.services.ecs.model.Setting
Whether the account setting is enabled or disabled for the specified resource.
withValue(String) - Method in class com.amazonaws.services.ecs.model.SystemControl
The value for the namespaced kernel parameter specified in namespace.
withValue(String) - Method in class com.amazonaws.services.ecs.model.Tag
The optional part of a key-value pair that make up a tag.
withValueFrom(String) - Method in class com.amazonaws.services.ecs.model.Secret
The secret to expose to the container.
withVersion(Long) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The version counter for the container instance.
withVersion(Long) - Method in class com.amazonaws.services.ecs.model.Task
The version counter for the task.
withVersionInfo(VersionInfo) - Method in class com.amazonaws.services.ecs.model.ContainerInstance
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
withVersionInfo(VersionInfo) - Method in class com.amazonaws.services.ecs.model.RegisterContainerInstanceRequest
The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
withVolumes(Volume...) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of volume definitions in JSON format that containers in your task may use.
withVolumes(Collection<Volume>) - Method in class com.amazonaws.services.ecs.model.RegisterTaskDefinitionRequest
A list of volume definitions in JSON format that containers in your task may use.
withVolumes(Volume...) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The list of volume definitions for the task.
withVolumes(Collection<Volume>) - Method in class com.amazonaws.services.ecs.model.TaskDefinition
The list of volume definitions for the task.
withVolumesFrom(VolumeFrom...) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Data volumes to mount from another container.
withVolumesFrom(Collection<VolumeFrom>) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
Data volumes to mount from another container.
withWeight(Integer) - Method in class com.amazonaws.services.ecs.model.CapacityProviderStrategyItem
The weight value designates the relative percentage of the total number of tasks launched that should use the specified capacity provider.
withWorkingDirectory(String) - Method in class com.amazonaws.services.ecs.model.ContainerDefinition
The working directory in which to run commands inside the container.
A B C D E F G H I K L M N P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.