| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model | |
| software.amazon.awssdk.services.ecs.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
ContainerInstance.attributes()
The attributes set for the container instance, either by the Amazon ECS container agent at instance registration
or manually with the PutAttributes operation.
|
List<Attribute> |
PutAttributesRequest.attributes()
The attributes to apply to your resource.
|
List<Attribute> |
Task.attributes()
The attributes of the task
|
List<Attribute> |
DeleteAttributesResponse.attributes()
A list of attribute objects that were successfully deleted from your resource.
|
List<Attribute> |
RegisterContainerInstanceRequest.attributes()
The container instance attributes that this container instance supports.
|
List<Attribute> |
ListAttributesResponse.attributes()
A list of attribute objects that meet the criteria of the request.
|
List<Attribute> |
DeleteAttributesRequest.attributes()
The attributes to delete from your resource.
|
List<Attribute> |
PutAttributesResponse.attributes()
The attributes applied to your resource.
|
List<Attribute> |
TaskDefinition.requiresAttributes()
The container instance attributes required by your task.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInstance.Builder |
ContainerInstance.Builder.attributes(Attribute... attributes)
The attributes set for the container instance, either by the Amazon ECS container agent at instance
registration or manually with the PutAttributes operation.
|
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.attributes(Attribute... attributes)
The attributes to apply to your resource.
|
Task.Builder |
Task.Builder.attributes(Attribute... attributes)
The attributes of the task
|
DeleteAttributesResponse.Builder |
DeleteAttributesResponse.Builder.attributes(Attribute... attributes)
A list of attribute objects that were successfully deleted from your resource.
|
RegisterContainerInstanceRequest.Builder |
RegisterContainerInstanceRequest.Builder.attributes(Attribute... attributes)
The container instance attributes that this container instance supports.
|
ListAttributesResponse.Builder |
ListAttributesResponse.Builder.attributes(Attribute... attributes)
A list of attribute objects that meet the criteria of the request.
|
DeleteAttributesRequest.Builder |
DeleteAttributesRequest.Builder.attributes(Attribute... attributes)
The attributes to delete from your resource.
|
PutAttributesResponse.Builder |
PutAttributesResponse.Builder.attributes(Attribute... attributes)
The attributes applied to your resource.
|
TaskDefinition.Builder |
TaskDefinition.Builder.requiresAttributes(Attribute... requiresAttributes)
The container instance attributes required by your task.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerInstance.Builder |
ContainerInstance.Builder.attributes(Collection<Attribute> attributes)
The attributes set for the container instance, either by the Amazon ECS container agent at instance
registration or manually with the PutAttributes operation.
|
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.attributes(Collection<Attribute> attributes)
The attributes to apply to your resource.
|
Task.Builder |
Task.Builder.attributes(Collection<Attribute> attributes)
The attributes of the task
|
DeleteAttributesResponse.Builder |
DeleteAttributesResponse.Builder.attributes(Collection<Attribute> attributes)
A list of attribute objects that were successfully deleted from your resource.
|
RegisterContainerInstanceRequest.Builder |
RegisterContainerInstanceRequest.Builder.attributes(Collection<Attribute> attributes)
The container instance attributes that this container instance supports.
|
ListAttributesResponse.Builder |
ListAttributesResponse.Builder.attributes(Collection<Attribute> attributes)
A list of attribute objects that meet the criteria of the request.
|
DeleteAttributesRequest.Builder |
DeleteAttributesRequest.Builder.attributes(Collection<Attribute> attributes)
The attributes to delete from your resource.
|
PutAttributesResponse.Builder |
PutAttributesResponse.Builder.attributes(Collection<Attribute> attributes)
The attributes applied to your resource.
|
TaskDefinition.Builder |
TaskDefinition.Builder.requiresAttributes(Collection<Attribute> requiresAttributes)
The container instance attributes required by your task.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Attribute> |
ListAttributesPublisher.attributes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Attribute> |
ListAttributesIterable.attributes()
Returns an iterable to iterate through the paginated
ListAttributesResponse.attributes() member. |
Copyright © 2021. All rights reserved.