Uses of Class
software.amazon.awssdk.services.sts.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.sts.model -
-
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 Tag Modifier and Type Method Description List<Tag>AssumeRoleRequest. tags()A list of session tags that you want to pass.List<Tag>GetFederationTokenRequest. tags()A list of session tags.List<Tag>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 Tag Modifier and Type Method Description AssumeRoleRequest.BuilderAssumeRoleRequest.Builder. tags(Tag... tags)A list of session tags that you want to pass.GetFederationTokenRequest.BuilderGetFederationTokenRequest.Builder. tags(Tag... tags)A list of session tags.GetWebIdentityTokenRequest.BuilderGetWebIdentityTokenRequest.Builder. tags(Tag... 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 Tag Modifier and Type Method Description AssumeRoleRequest.BuilderAssumeRoleRequest.Builder. tags(Collection<Tag> tags)A list of session tags that you want to pass.GetFederationTokenRequest.BuilderGetFederationTokenRequest.Builder. tags(Collection<Tag> tags)A list of session tags.GetWebIdentityTokenRequest.BuilderGetWebIdentityTokenRequest.Builder. tags(Collection<Tag> tags)An optional list of tags to include in the JSON Web Token (JWT).
-