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