Uses of Class
software.amazon.awssdk.services.fis.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.fis Amazon Web Services Fault Injection Service is a managed service that enables you to perform fault injection experiments on your Amazon Web Services workloads. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.fis
Methods in software.amazon.awssdk.services.fis that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseFisClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the specified tags to the specified resource.default TagResourceResponseFisClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified resource.Methods in software.amazon.awssdk.services.fis that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>FisAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Applies the specified tags to the specified resource.default CompletableFuture<TagResourceResponse>FisAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies the specified tags to the specified resource.
-