Uses of Interface
software.amazon.awssdk.services.ebs.EbsClient
-
Packages that use EbsClient 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.software.amazon.awssdk.services.ebs.paginators -
-
Uses of EbsClient in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs that return EbsClient Modifier and Type Method Description static EbsClientEbsClient. create()Create aEbsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EbsClient in software.amazon.awssdk.services.ebs.paginators
Constructors in software.amazon.awssdk.services.ebs.paginators with parameters of type EbsClient Constructor Description ListChangedBlocksIterable(EbsClient client, ListChangedBlocksRequest firstRequest)ListSnapshotBlocksIterable(EbsClient client, ListSnapshotBlocksRequest firstRequest)
-