Uses of Class
software.amazon.awssdk.services.ssm.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ssm.model -
-
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 Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tagList()A list of tags.List<Tag>Activation. tags()Tags assigned to the activation.List<Tag>AddTagsToResourceRequest. tags()One or more tags.List<Tag>CreateActivationRequest. tags()Optional metadata that you assign to a resource.List<Tag>CreateAssociationRequest. tags()Adds or overwrites one or more tags for a State Manager association.List<Tag>CreateDocumentRequest. tags()Optional metadata that you assign to a resource.List<Tag>CreateMaintenanceWindowRequest. tags()Optional metadata that you assign to a resource.List<Tag>CreateOpsItemRequest. tags()Optional metadata that you assign to a resource.List<Tag>CreateOpsMetadataRequest. tags()Optional metadata that you assign to a resource.List<Tag>CreatePatchBaselineRequest. tags()Optional metadata that you assign to a resource.List<Tag>DocumentDescription. tags()The tags, or metadata, that have been applied to the document.List<Tag>DocumentIdentifier. tags()The tags, or metadata, that have been applied to the document.List<Tag>PutParameterRequest. tags()Optional metadata that you assign to a resource.List<Tag>StartAutomationExecutionRequest. tags()Optional metadata that you assign to a resource.List<Tag>StartChangeRequestExecutionRequest. tags()Optional metadata that you assign to a resource.Methods in software.amazon.awssdk.services.ssm.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Tag... tagList)A list of tags.Activation.BuilderActivation.Builder. tags(Tag... tags)Tags assigned to the activation.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Tag... tags)One or more tags.CreateActivationRequest.BuilderCreateActivationRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.CreateAssociationRequest.BuilderCreateAssociationRequest.Builder. tags(Tag... tags)Adds or overwrites one or more tags for a State Manager association.CreateDocumentRequest.BuilderCreateDocumentRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.CreateMaintenanceWindowRequest.BuilderCreateMaintenanceWindowRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.CreateOpsItemRequest.BuilderCreateOpsItemRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.CreateOpsMetadataRequest.BuilderCreateOpsMetadataRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.DocumentDescription.BuilderDocumentDescription.Builder. tags(Tag... tags)The tags, or metadata, that have been applied to the document.DocumentIdentifier.BuilderDocumentIdentifier.Builder. tags(Tag... tags)The tags, or metadata, that have been applied to the document.PutParameterRequest.BuilderPutParameterRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.StartAutomationExecutionRequest.BuilderStartAutomationExecutionRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.StartChangeRequestExecutionRequest.BuilderStartChangeRequestExecutionRequest.Builder. tags(Tag... tags)Optional metadata that you assign to a resource.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Collection<Tag> tagList)A list of tags.Activation.BuilderActivation.Builder. tags(Collection<Tag> tags)Tags assigned to the activation.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Collection<Tag> tags)One or more tags.CreateActivationRequest.BuilderCreateActivationRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.CreateAssociationRequest.BuilderCreateAssociationRequest.Builder. tags(Collection<Tag> tags)Adds or overwrites one or more tags for a State Manager association.CreateDocumentRequest.BuilderCreateDocumentRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.CreateMaintenanceWindowRequest.BuilderCreateMaintenanceWindowRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.CreateOpsItemRequest.BuilderCreateOpsItemRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.CreateOpsMetadataRequest.BuilderCreateOpsMetadataRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.DocumentDescription.BuilderDocumentDescription.Builder. tags(Collection<Tag> tags)The tags, or metadata, that have been applied to the document.DocumentIdentifier.BuilderDocumentIdentifier.Builder. tags(Collection<Tag> tags)The tags, or metadata, that have been applied to the document.PutParameterRequest.BuilderPutParameterRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.StartAutomationExecutionRequest.BuilderStartAutomationExecutionRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.StartChangeRequestExecutionRequest.BuilderStartChangeRequestExecutionRequest.Builder. tags(Collection<Tag> tags)Optional metadata that you assign to a resource.
-