Uses of Class
software.amazon.awssdk.services.glue.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Tag in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateIntegrationRequest. tags()Metadata assigned to the resource consisting of a list of key-value pairs.List<Tag>CreateIntegrationResponse. tags()Metadata assigned to the resource consisting of a list of key-value pairs.List<Tag>DeleteIntegrationResponse. tags()Metadata assigned to the resource consisting of a list of key-value pairs.List<Tag>Integration. tags()Metadata assigned to the resource consisting of a list of key-value pairs.List<Tag>ModifyIntegrationResponse. tags()Metadata assigned to the resource consisting of a list of key-value pairs.Methods in software.amazon.awssdk.services.glue.model with parameters of type Tag Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. tags(Tag... tags)Metadata assigned to the resource consisting of a list of key-value pairs.CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. tags(Tag... tags)Metadata assigned to the resource consisting of a list of key-value pairs.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. tags(Tag... tags)Metadata assigned to the resource consisting of a list of key-value pairs.Integration.BuilderIntegration.Builder. tags(Tag... tags)Metadata assigned to the resource consisting of a list of key-value pairs.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. tags(Tag... tags)Metadata assigned to the resource consisting of a list of key-value pairs.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Tag Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. tags(Collection<Tag> tags)Metadata assigned to the resource consisting of a list of key-value pairs.CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. tags(Collection<Tag> tags)Metadata assigned to the resource consisting of a list of key-value pairs.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. tags(Collection<Tag> tags)Metadata assigned to the resource consisting of a list of key-value pairs.Integration.BuilderIntegration.Builder. tags(Collection<Tag> tags)Metadata assigned to the resource consisting of a list of key-value pairs.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. tags(Collection<Tag> tags)Metadata assigned to the resource consisting of a list of key-value pairs.
-