Uses of Class
software.amazon.awssdk.services.ssoadmin.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.ssoadmin.model software.amazon.awssdk.services.ssoadmin.paginators -
-
Uses of Tag in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateApplicationRequest. tags()Specifies tags to be attached to the application.List<Tag>CreateInstanceRequest. tags()Specifies tags to be attached to the instance of IAM Identity Center.List<Tag>CreatePermissionSetRequest. tags()The tags to attach to the new PermissionSet.List<Tag>CreateTrustedTokenIssuerRequest. tags()Specifies tags to be attached to the new trusted token issuer configuration.List<Tag>ListTagsForResourceResponse. tags()A set of key-value pairs that are used to manage the resource.List<Tag>TagResourceRequest. tags()A set of key-value pairs that are used to manage the resource.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Tag... tags)Specifies tags to be attached to the application.CreateInstanceRequest.BuilderCreateInstanceRequest.Builder. tags(Tag... tags)Specifies tags to be attached to the instance of IAM Identity Center.CreatePermissionSetRequest.BuilderCreatePermissionSetRequest.Builder. tags(Tag... tags)The tags to attach to the new PermissionSet.CreateTrustedTokenIssuerRequest.BuilderCreateTrustedTokenIssuerRequest.Builder. tags(Tag... tags)Specifies tags to be attached to the new trusted token issuer configuration.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A set of key-value pairs that are used to manage the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A set of key-value pairs that are used to manage the resource.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type Tag Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Collection<Tag> tags)Specifies tags to be attached to the application.CreateInstanceRequest.BuilderCreateInstanceRequest.Builder. tags(Collection<Tag> tags)Specifies tags to be attached to the instance of IAM Identity Center.CreatePermissionSetRequest.BuilderCreatePermissionSetRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the new PermissionSet.CreateTrustedTokenIssuerRequest.BuilderCreateTrustedTokenIssuerRequest.Builder. tags(Collection<Tag> tags)Specifies tags to be attached to the new trusted token issuer configuration.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A set of key-value pairs that are used to manage the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A set of key-value pairs that are used to manage the resource. -
Uses of Tag in software.amazon.awssdk.services.ssoadmin.paginators
Methods in software.amazon.awssdk.services.ssoadmin.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-