Uses of Interface
software.amazon.awssdk.services.glacier.GlacierBaseClientBuilder
-
Packages that use GlacierBaseClientBuilder Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of GlacierBaseClientBuilder in software.amazon.awssdk.services.glacier
Classes in software.amazon.awssdk.services.glacier with type parameters of type GlacierBaseClientBuilder Modifier and Type Interface Description interfaceGlacierBaseClientBuilder<B extends GlacierBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Glacier that is supported by bothGlacierClientBuilderandGlacierAsyncClientBuilder.Subinterfaces of GlacierBaseClientBuilder in software.amazon.awssdk.services.glacier Modifier and Type Interface Description interfaceGlacierAsyncClientBuilderA builder for creating an instance ofGlacierAsyncClient.interfaceGlacierClientBuilderA builder for creating an instance ofGlacierClient.
-