Uses of Interface
software.amazon.awssdk.services.s3outposts.S3OutpostsBaseClientBuilder
-
Packages that use S3OutpostsBaseClientBuilder Package Description software.amazon.awssdk.services.s3outposts Amazon S3 on Outposts provides access to S3 on Outposts operations. -
-
Uses of S3OutpostsBaseClientBuilder in software.amazon.awssdk.services.s3outposts
Classes in software.amazon.awssdk.services.s3outposts with type parameters of type S3OutpostsBaseClientBuilder Modifier and Type Interface Description interfaceS3OutpostsBaseClientBuilder<B extends S3OutpostsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon S3 Outposts that is supported by bothS3OutpostsClientBuilderandS3OutpostsAsyncClientBuilder.Subinterfaces of S3OutpostsBaseClientBuilder in software.amazon.awssdk.services.s3outposts Modifier and Type Interface Description interfaceS3OutpostsAsyncClientBuilderA builder for creating an instance ofS3OutpostsAsyncClient.interfaceS3OutpostsClientBuilderA builder for creating an instance ofS3OutpostsClient.
-