Uses of Interface
software.amazon.awssdk.services.ebs.EbsBaseClientBuilder
-
Packages that use EbsBaseClientBuilder Package Description software.amazon.awssdk.services.ebs You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to your snapshots, read data on your snapshots, and identify the differences or changes between two snapshots. -
-
Uses of EbsBaseClientBuilder in software.amazon.awssdk.services.ebs
Classes in software.amazon.awssdk.services.ebs with type parameters of type EbsBaseClientBuilder Modifier and Type Interface Description interfaceEbsBaseClientBuilder<B extends EbsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon EBS that is supported by bothEbsClientBuilderandEbsAsyncClientBuilder.Subinterfaces of EbsBaseClientBuilder in software.amazon.awssdk.services.ebs Modifier and Type Interface Description interfaceEbsAsyncClientBuilderA builder for creating an instance ofEbsAsyncClient.interfaceEbsClientBuilderA builder for creating an instance ofEbsClient.
-