Uses of Interface
software.amazon.awssdk.services.fis.FisBaseClientBuilder
-
Packages that use FisBaseClientBuilder 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 FisBaseClientBuilder in software.amazon.awssdk.services.fis
Classes in software.amazon.awssdk.services.fis with type parameters of type FisBaseClientBuilder Modifier and Type Interface Description interfaceFisBaseClientBuilder<B extends FisBaseClientBuilder<B,C>,C>This includes configuration specific to FIS that is supported by bothFisClientBuilderandFisAsyncClientBuilder.Subinterfaces of FisBaseClientBuilder in software.amazon.awssdk.services.fis Modifier and Type Interface Description interfaceFisAsyncClientBuilderA builder for creating an instance ofFisAsyncClient.interfaceFisClientBuilderA builder for creating an instance ofFisClient.
-