Uses of Class
software.amazon.awssdk.services.ecs.model.Attribute
-
Packages that use Attribute Package Description software.amazon.awssdk.services.ecs.model software.amazon.awssdk.services.ecs.paginators -
-
Uses of Attribute in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Attribute Modifier and Type Method 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>DeleteAttributesRequest. attributes()The attributes to delete from your resource.List<Attribute>DeleteAttributesResponse. attributes()A list of attribute objects that were successfully deleted from your resource.List<Attribute>ListAttributesResponse. attributes()A list of attribute objects that meet the criteria of the request.List<Attribute>PutAttributesRequest. attributes()The attributes to apply to your resource.List<Attribute>PutAttributesResponse. attributes()The attributes applied to your resource.List<Attribute>RegisterContainerInstanceRequest. attributes()The container instance attributes that this container instance supports.List<Attribute>Task. attributes()The attributes of the taskList<Attribute>TaskDefinition. requiresAttributes()The container instance attributes required by your task.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Attribute Modifier and Type Method Description ContainerInstance.BuilderContainerInstance.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.DeleteAttributesRequest.BuilderDeleteAttributesRequest.Builder. attributes(Attribute... attributes)The attributes to delete from your resource.DeleteAttributesResponse.BuilderDeleteAttributesResponse.Builder. attributes(Attribute... attributes)A list of attribute objects that were successfully deleted from your resource.ListAttributesResponse.BuilderListAttributesResponse.Builder. attributes(Attribute... attributes)A list of attribute objects that meet the criteria of the request.PutAttributesRequest.BuilderPutAttributesRequest.Builder. attributes(Attribute... attributes)The attributes to apply to your resource.PutAttributesResponse.BuilderPutAttributesResponse.Builder. attributes(Attribute... attributes)The attributes applied to your resource.RegisterContainerInstanceRequest.BuilderRegisterContainerInstanceRequest.Builder. attributes(Attribute... attributes)The container instance attributes that this container instance supports.Task.BuilderTask.Builder. attributes(Attribute... attributes)The attributes of the taskTaskDefinition.BuilderTaskDefinition.Builder. requiresAttributes(Attribute... requiresAttributes)The container instance attributes required by your task.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Attribute Modifier and Type Method Description ContainerInstance.BuilderContainerInstance.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.DeleteAttributesRequest.BuilderDeleteAttributesRequest.Builder. attributes(Collection<Attribute> attributes)The attributes to delete from your resource.DeleteAttributesResponse.BuilderDeleteAttributesResponse.Builder. attributes(Collection<Attribute> attributes)A list of attribute objects that were successfully deleted from your resource.ListAttributesResponse.BuilderListAttributesResponse.Builder. attributes(Collection<Attribute> attributes)A list of attribute objects that meet the criteria of the request.PutAttributesRequest.BuilderPutAttributesRequest.Builder. attributes(Collection<Attribute> attributes)The attributes to apply to your resource.PutAttributesResponse.BuilderPutAttributesResponse.Builder. attributes(Collection<Attribute> attributes)The attributes applied to your resource.RegisterContainerInstanceRequest.BuilderRegisterContainerInstanceRequest.Builder. attributes(Collection<Attribute> attributes)The container instance attributes that this container instance supports.Task.BuilderTask.Builder. attributes(Collection<Attribute> attributes)The attributes of the taskTaskDefinition.BuilderTaskDefinition.Builder. requiresAttributes(Collection<Attribute> requiresAttributes)The container instance attributes required by your task. -
Uses of Attribute in software.amazon.awssdk.services.ecs.paginators
Methods in software.amazon.awssdk.services.ecs.paginators that return types with arguments of type Attribute Modifier and Type Method Description SdkIterable<Attribute>ListAttributesIterable. attributes()Returns an iterable to iterate through the paginatedListAttributesResponse.attributes()member.SdkPublisher<Attribute>ListAttributesPublisher. attributes()Returns a publisher that can be used to get a stream of data.
-