Uses of Class
software.amazon.awssdk.services.sts.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.sts.model
Methods in software.amazon.awssdk.services.sts.model that return types with arguments of type TagModifier and TypeMethodDescriptionAssumeRoleRequest.tags()A list of session tags that you want to pass.GetFederationTokenRequest.tags()A list of session tags.GetWebIdentityTokenRequest.tags()An optional list of tags to include in the JSON Web Token (JWT).Methods in software.amazon.awssdk.services.sts.model with parameters of type TagModifier and TypeMethodDescriptionA list of session tags that you want to pass.A list of session tags.An optional list of tags to include in the JSON Web Token (JWT).Method parameters in software.amazon.awssdk.services.sts.model with type arguments of type TagModifier and TypeMethodDescriptionAssumeRoleRequest.Builder.tags(Collection<Tag> tags) A list of session tags that you want to pass.GetFederationTokenRequest.Builder.tags(Collection<Tag> tags) A list of session tags.GetWebIdentityTokenRequest.Builder.tags(Collection<Tag> tags) An optional list of tags to include in the JSON Web Token (JWT).