Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of Tag in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateProfileRequest. tags()The tags to attach to the profile.List<Tag>CreateTrustAnchorRequest. tags()The tags to attach to the trust anchor.List<Tag>ImportCrlRequest. tags()A list of tags to attach to the certificate revocation list (CRL).List<Tag>ListTagsForResourceResponse. tags()A list of tags attached to the resource.List<Tag>TagResourceRequest. tags()The tags to attach to the resource.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type Tag Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Tag... tags)The tags to attach to the profile.CreateTrustAnchorRequest.BuilderCreateTrustAnchorRequest.Builder. tags(Tag... tags)The tags to attach to the trust anchor.ImportCrlRequest.BuilderImportCrlRequest.Builder. tags(Tag... tags)A list of tags to attach to the certificate revocation list (CRL).ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags attached to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to attach to the resource.Method parameters in software.amazon.awssdk.services.rolesanywhere.model with type arguments of type Tag Modifier and Type Method Description CreateProfileRequest.BuilderCreateProfileRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the profile.CreateTrustAnchorRequest.BuilderCreateTrustAnchorRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the trust anchor.ImportCrlRequest.BuilderImportCrlRequest.Builder. tags(Collection<Tag> tags)A list of tags to attach to the certificate revocation list (CRL).ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags attached to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the resource.
-