Uses of Interface
software.amazon.awssdk.services.fis.model.GetTargetAccountConfigurationRequest.Builder
-
Packages that use GetTargetAccountConfigurationRequest.Builder 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.model -
-
Uses of GetTargetAccountConfigurationRequest.Builder in software.amazon.awssdk.services.fis
Method parameters in software.amazon.awssdk.services.fis with type arguments of type GetTargetAccountConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTargetAccountConfigurationResponse>FisAsyncClient. getTargetAccountConfiguration(Consumer<GetTargetAccountConfigurationRequest.Builder> getTargetAccountConfigurationRequest)Gets information about the specified target account configuration of the experiment template.default GetTargetAccountConfigurationResponseFisClient. getTargetAccountConfiguration(Consumer<GetTargetAccountConfigurationRequest.Builder> getTargetAccountConfigurationRequest)Gets information about the specified target account configuration of the experiment template. -
Uses of GetTargetAccountConfigurationRequest.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type GetTargetAccountConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetTargetAccountConfigurationRequest.Builder>GetTargetAccountConfigurationRequest. serializableBuilderClass()
-