Uses of Interface
software.amazon.awssdk.services.outposts.OutpostsBaseClientBuilder
-
Packages that use OutpostsBaseClientBuilder Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises. -
-
Uses of OutpostsBaseClientBuilder in software.amazon.awssdk.services.outposts
Classes in software.amazon.awssdk.services.outposts with type parameters of type OutpostsBaseClientBuilder Modifier and Type Interface Description interfaceOutpostsBaseClientBuilder<B extends OutpostsBaseClientBuilder<B,C>,C>This includes configuration specific to Outposts that is supported by bothOutpostsClientBuilderandOutpostsAsyncClientBuilder.Subinterfaces of OutpostsBaseClientBuilder in software.amazon.awssdk.services.outposts Modifier and Type Interface Description interfaceOutpostsAsyncClientBuilderA builder for creating an instance ofOutpostsAsyncClient.interfaceOutpostsClientBuilderA builder for creating an instance ofOutpostsClient.
-