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.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.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.
-