Uses of Class
software.amazon.awssdk.services.opsworkscm.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>OpsWorksCmAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes specified tags from an AWS OpsWorks-CM server or backup.default UntagResourceResponseOpsWorksCmClient. untagResource(UntagResourceRequest untagResourceRequest)Removes specified tags from an AWS OpsWorks-CM server or backup. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.opsworkscm.transform
Methods in software.amazon.awssdk.services.opsworkscm.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-