Uses of Interface
software.amazon.awssdk.services.panorama.PanoramaServiceClientConfiguration.Builder
-
Packages that use PanoramaServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.internal -
-
Uses of PanoramaServiceClientConfiguration.Builder in software.amazon.awssdk.services.panorama
Methods in software.amazon.awssdk.services.panorama that return PanoramaServiceClientConfiguration.Builder Modifier and Type Method Description PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. authSchemeProvider(PanoramaAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration. builder()PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerPanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overridePanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerPanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationPanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.panorama with parameters of type PanoramaServiceClientConfiguration.Builder Constructor Description PanoramaServiceClientConfiguration(PanoramaServiceClientConfiguration.Builder builder) -
Uses of PanoramaServiceClientConfiguration.Builder in software.amazon.awssdk.services.panorama.internal
Classes in software.amazon.awssdk.services.panorama.internal that implement PanoramaServiceClientConfiguration.Builder Modifier and Type Class Description classPanoramaServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.panorama.internal that return PanoramaServiceClientConfiguration.Builder Modifier and Type Method Description PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. authSchemeProvider(PanoramaAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerPanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerPanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overridePanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerPanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationPanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)PanoramaServiceClientConfiguration.BuilderPanoramaServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-