Uses of Class
software.amazon.awssdk.services.ssoadmin.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSsoAdminClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates a set of tags from a specified resource.default UntagResourceResponseSsoAdminClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates a set of tags from a specified resource.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SsoAdminAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Disassociates a set of tags from a specified resource.default CompletableFuture<UntagResourceResponse>SsoAdminAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Disassociates a set of tags from a specified resource.
-