Uses of Class
software.amazon.awssdk.services.ssm.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResponse.tagList()A list of tags.Activation.tags()Tags assigned to the activation.AddTagsToResourceRequest.tags()One or more tags.CreateActivationRequest.tags()Optional metadata that you assign to a resource.CreateAssociationRequest.tags()Adds or overwrites one or more tags for a State Manager association.CreateCloudConnectorRequest.tags()Optional metadata that you assign to a resource.CreateDocumentRequest.tags()Optional metadata that you assign to a resource.CreateMaintenanceWindowRequest.tags()Optional metadata that you assign to a resource.CreateOpsItemRequest.tags()Optional metadata that you assign to a resource.CreateOpsMetadataRequest.tags()Optional metadata that you assign to a resource.CreatePatchBaselineRequest.tags()Optional metadata that you assign to a resource.DocumentDescription.tags()The tags, or metadata, that have been applied to the document.DocumentIdentifier.tags()The tags, or metadata, that have been applied to the document.PutParameterRequest.tags()Optional metadata that you assign to a resource.StartAccessRequestRequest.tags()Key-value pairs of metadata you want to assign to the access request.StartAutomationExecutionRequest.tags()Optional metadata that you assign to a resource.StartChangeRequestExecutionRequest.tags()Optional metadata that you assign to a resource.Methods in software.amazon.awssdk.services.ssm.model with parameters of type TagModifier and TypeMethodDescriptionA list of tags.Tags assigned to the activation.One or more tags.Optional metadata that you assign to a resource.Adds or overwrites one or more tags for a State Manager association.Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.The tags, or metadata, that have been applied to the document.The tags, or metadata, that have been applied to the document.Optional metadata that you assign to a resource.Key-value pairs of metadata you want to assign to the access request.Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResponse.Builder.tagList(Collection<Tag> tagList) A list of tags.Activation.Builder.tags(Collection<Tag> tags) Tags assigned to the activation.AddTagsToResourceRequest.Builder.tags(Collection<Tag> tags) One or more tags.CreateActivationRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreateAssociationRequest.Builder.tags(Collection<Tag> tags) Adds or overwrites one or more tags for a State Manager association.CreateCloudConnectorRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreateDocumentRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreateMaintenanceWindowRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreateOpsItemRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreateOpsMetadataRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreatePatchBaselineRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.DocumentDescription.Builder.tags(Collection<Tag> tags) The tags, or metadata, that have been applied to the document.DocumentIdentifier.Builder.tags(Collection<Tag> tags) The tags, or metadata, that have been applied to the document.PutParameterRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.StartAccessRequestRequest.Builder.tags(Collection<Tag> tags) Key-value pairs of metadata you want to assign to the access request.StartAutomationExecutionRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.StartChangeRequestExecutionRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.