Uses of Interface
software.amazon.awssdk.services.applicationinsights.ApplicationInsightsServiceClientConfiguration.Builder
-
Packages that use ApplicationInsightsServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.internal -
-
Uses of ApplicationInsightsServiceClientConfiguration.Builder in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return ApplicationInsightsServiceClientConfiguration.Builder Modifier and Type Method Description ApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration.Builder. authSchemeProvider(ApplicationInsightsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic ApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration. builder()ApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)ApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.applicationinsights with parameters of type ApplicationInsightsServiceClientConfiguration.Builder Constructor Description ApplicationInsightsServiceClientConfiguration(ApplicationInsightsServiceClientConfiguration.Builder builder) -
Uses of ApplicationInsightsServiceClientConfiguration.Builder in software.amazon.awssdk.services.applicationinsights.internal
Classes in software.amazon.awssdk.services.applicationinsights.internal that implement ApplicationInsightsServiceClientConfiguration.Builder Modifier and Type Class Description classApplicationInsightsServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.applicationinsights.internal that return ApplicationInsightsServiceClientConfiguration.Builder Modifier and Type Method Description ApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfigurationBuilder. authSchemeProvider(ApplicationInsightsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)ApplicationInsightsServiceClientConfiguration.BuilderApplicationInsightsServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-