Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseRolesAnywhereClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource.default UntagResourceResponseRolesAnywhereClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RolesAnywhereAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from the resource.default CompletableFuture<UntagResourceResponse>RolesAnywhereAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource.
-