Uses of Class
software.amazon.awssdk.services.ssoadmin.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSsoAdminClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a specified resource.default TagResourceResponseSsoAdminClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a specified resource.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SsoAdminAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates a set of tags with a specified resource.default CompletableFuture<TagResourceResponse>SsoAdminAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates a set of tags with a specified resource.
-