Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.ssmcontacts Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications.software.amazon.awssdk.services.ssmcontacts.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.ssmcontacts
Methods in software.amazon.awssdk.services.ssmcontacts with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SsmContactsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource.default UntagResourceResponseSsmContactsClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.ssmcontacts.transform
Methods in software.amazon.awssdk.services.ssmcontacts.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-