Uses of Class
software.amazon.awssdk.services.resiliencehub.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.resiliencehub Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from disruptions.software.amazon.awssdk.services.resiliencehub.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.resiliencehub
Methods in software.amazon.awssdk.services.resiliencehub with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ResiliencehubAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies one or more tags to a resource.default TagResourceResponseResiliencehubClient. tagResource(TagResourceRequest tagResourceRequest)Applies one or more tags to a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.resiliencehub.transform
Methods in software.amazon.awssdk.services.resiliencehub.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-