Uses of Interface
software.amazon.awssdk.services.mgn.MgnBaseClientBuilder
-
Packages that use MgnBaseClientBuilder Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of MgnBaseClientBuilder in software.amazon.awssdk.services.mgn
Classes in software.amazon.awssdk.services.mgn with type parameters of type MgnBaseClientBuilder Modifier and Type Interface Description interfaceMgnBaseClientBuilder<B extends MgnBaseClientBuilder<B,C>,C>This includes configuration specific to mgn that is supported by bothMgnClientBuilderandMgnAsyncClientBuilder.Subinterfaces of MgnBaseClientBuilder in software.amazon.awssdk.services.mgn Modifier and Type Interface Description interfaceMgnAsyncClientBuilderA builder for creating an instance ofMgnAsyncClient.interfaceMgnClientBuilderA builder for creating an instance ofMgnClient.
-