Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.CloudWatchLogsServiceClientConfiguration.Builder
-
Packages that use CloudWatchLogsServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.internal -
-
Uses of CloudWatchLogsServiceClientConfiguration.Builder in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return CloudWatchLogsServiceClientConfiguration.Builder Modifier and Type Method Description CloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration.Builder. authSchemeProvider(CloudWatchLogsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic CloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration. builder()CloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)CloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.cloudwatchlogs with parameters of type CloudWatchLogsServiceClientConfiguration.Builder Constructor Description CloudWatchLogsServiceClientConfiguration(CloudWatchLogsServiceClientConfiguration.Builder builder) -
Uses of CloudWatchLogsServiceClientConfiguration.Builder in software.amazon.awssdk.services.cloudwatchlogs.internal
Classes in software.amazon.awssdk.services.cloudwatchlogs.internal that implement CloudWatchLogsServiceClientConfiguration.Builder Modifier and Type Class Description classCloudWatchLogsServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.cloudwatchlogs.internal that return CloudWatchLogsServiceClientConfiguration.Builder Modifier and Type Method Description CloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfigurationBuilder. authSchemeProvider(CloudWatchLogsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationCloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)CloudWatchLogsServiceClientConfiguration.BuilderCloudWatchLogsServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-