Uses of Interface
software.amazon.awssdk.services.dlm.DlmBaseClientBuilder
-
Packages that use DlmBaseClientBuilder Package Description software.amazon.awssdk.services.dlm Amazon Data Lifecycle Manager -
-
Uses of DlmBaseClientBuilder in software.amazon.awssdk.services.dlm
Classes in software.amazon.awssdk.services.dlm with type parameters of type DlmBaseClientBuilder Modifier and Type Interface Description interfaceDlmBaseClientBuilder<B extends DlmBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon DLM that is supported by bothDlmClientBuilderandDlmAsyncClientBuilder.Subinterfaces of DlmBaseClientBuilder in software.amazon.awssdk.services.dlm Modifier and Type Interface Description interfaceDlmAsyncClientBuilderA builder for creating an instance ofDlmAsyncClient.interfaceDlmClientBuilderA builder for creating an instance ofDlmClient.
-