Uses of Class
software.amazon.awssdk.services.workspacesweb.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of Tag in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateBrowserSettingsRequest. tags()The tags to add to the browser settings resource.List<Tag>CreateDataProtectionSettingsRequest. tags()The tags to add to the data protection settings resource.List<Tag>CreateIdentityProviderRequest. tags()The tags to add to the identity provider resource.List<Tag>CreateIpAccessSettingsRequest. tags()The tags to add to the IP access settings resource.List<Tag>CreateNetworkSettingsRequest. tags()The tags to add to the network settings resource.List<Tag>CreatePortalRequest. tags()The tags to add to the web portal.List<Tag>CreateTrustStoreRequest. tags()The tags to add to the trust store.List<Tag>CreateUserAccessLoggingSettingsRequest. tags()The tags to add to the user settings resource.List<Tag>CreateUserSettingsRequest. tags()The tags to add to the user settings resource.List<Tag>ListTagsForResourceResponse. tags()The tags of the resource.List<Tag>TagResourceRequest. tags()The tags of the resource.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type Tag Modifier and Type Method Description CreateBrowserSettingsRequest.BuilderCreateBrowserSettingsRequest.Builder. tags(Tag... tags)The tags to add to the browser settings resource.CreateDataProtectionSettingsRequest.BuilderCreateDataProtectionSettingsRequest.Builder. tags(Tag... tags)The tags to add to the data protection settings resource.CreateIdentityProviderRequest.BuilderCreateIdentityProviderRequest.Builder. tags(Tag... tags)The tags to add to the identity provider resource.CreateIpAccessSettingsRequest.BuilderCreateIpAccessSettingsRequest.Builder. tags(Tag... tags)The tags to add to the IP access settings resource.CreateNetworkSettingsRequest.BuilderCreateNetworkSettingsRequest.Builder. tags(Tag... tags)The tags to add to the network settings resource.CreatePortalRequest.BuilderCreatePortalRequest.Builder. tags(Tag... tags)The tags to add to the web portal.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. tags(Tag... tags)The tags to add to the trust store.CreateUserAccessLoggingSettingsRequest.BuilderCreateUserAccessLoggingSettingsRequest.Builder. tags(Tag... tags)The tags to add to the user settings resource.CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. tags(Tag... tags)The tags to add to the user settings resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags of the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags of the resource.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type Tag Modifier and Type Method Description CreateBrowserSettingsRequest.BuilderCreateBrowserSettingsRequest.Builder. tags(Collection<Tag> tags)The tags to add to the browser settings resource.CreateDataProtectionSettingsRequest.BuilderCreateDataProtectionSettingsRequest.Builder. tags(Collection<Tag> tags)The tags to add to the data protection settings resource.CreateIdentityProviderRequest.BuilderCreateIdentityProviderRequest.Builder. tags(Collection<Tag> tags)The tags to add to the identity provider resource.CreateIpAccessSettingsRequest.BuilderCreateIpAccessSettingsRequest.Builder. tags(Collection<Tag> tags)The tags to add to the IP access settings resource.CreateNetworkSettingsRequest.BuilderCreateNetworkSettingsRequest.Builder. tags(Collection<Tag> tags)The tags to add to the network settings resource.CreatePortalRequest.BuilderCreatePortalRequest.Builder. tags(Collection<Tag> tags)The tags to add to the web portal.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. tags(Collection<Tag> tags)The tags to add to the trust store.CreateUserAccessLoggingSettingsRequest.BuilderCreateUserAccessLoggingSettingsRequest.Builder. tags(Collection<Tag> tags)The tags to add to the user settings resource.CreateUserSettingsRequest.BuilderCreateUserSettingsRequest.Builder. tags(Collection<Tag> tags)The tags to add to the user settings resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags of the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags of the resource.
-