Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.rolesanywhere.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>RolesAnywhereAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource.default UntagResourceResponseRolesAnywhereClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.rolesanywhere.transform
Methods in software.amazon.awssdk.services.rolesanywhere.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-