Uses of Interface
software.amazon.awssdk.services.glacier.GlacierClient
-
Packages that use GlacierClient Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.paginators software.amazon.awssdk.services.glacier.waiters -
-
Uses of GlacierClient in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return GlacierClient Modifier and Type Method Description static GlacierClientGlacierClient. create()Create aGlacierClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of GlacierClient in software.amazon.awssdk.services.glacier.paginators
Constructors in software.amazon.awssdk.services.glacier.paginators with parameters of type GlacierClient Constructor Description ListJobsIterable(GlacierClient client, ListJobsRequest firstRequest)ListMultipartUploadsIterable(GlacierClient client, ListMultipartUploadsRequest firstRequest)ListPartsIterable(GlacierClient client, ListPartsRequest firstRequest)ListVaultsIterable(GlacierClient client, ListVaultsRequest firstRequest) -
Uses of GlacierClient in software.amazon.awssdk.services.glacier.waiters
Methods in software.amazon.awssdk.services.glacier.waiters with parameters of type GlacierClient Modifier and Type Method Description GlacierWaiter.BuilderGlacierWaiter.Builder. client(GlacierClient client)Sets a customGlacierClientthat will be used to poll the resource
-