Uses of Class
software.amazon.awssdk.services.m2.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>M2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource.default UntagResourceResponseM2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from the specified resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-