Uses of Class
software.amazon.awssdk.services.fis.model.UpdateTargetAccountConfigurationRequest
-
Packages that use UpdateTargetAccountConfigurationRequest 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.software.amazon.awssdk.services.fis.transform -
-
Uses of UpdateTargetAccountConfigurationRequest in software.amazon.awssdk.services.fis
Methods in software.amazon.awssdk.services.fis with parameters of type UpdateTargetAccountConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateTargetAccountConfigurationResponse>FisAsyncClient. updateTargetAccountConfiguration(UpdateTargetAccountConfigurationRequest updateTargetAccountConfigurationRequest)Updates the target account configuration for the specified experiment template.default UpdateTargetAccountConfigurationResponseFisClient. updateTargetAccountConfiguration(UpdateTargetAccountConfigurationRequest updateTargetAccountConfigurationRequest)Updates the target account configuration for the specified experiment template. -
Uses of UpdateTargetAccountConfigurationRequest in software.amazon.awssdk.services.fis.transform
Methods in software.amazon.awssdk.services.fis.transform with parameters of type UpdateTargetAccountConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTargetAccountConfigurationRequestMarshaller. marshall(UpdateTargetAccountConfigurationRequest updateTargetAccountConfigurationRequest)
-