Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutBearerTokenAuthenticationRequest.Builder
Packages that use PutBearerTokenAuthenticationRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of PutBearerTokenAuthenticationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutBearerTokenAuthenticationRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putBearerTokenAuthentication(Consumer<PutBearerTokenAuthenticationRequest.Builder> putBearerTokenAuthenticationRequest) Enables or disables bearer token authentication for the specified log group.CloudWatchLogsClient.putBearerTokenAuthentication(Consumer<PutBearerTokenAuthenticationRequest.Builder> putBearerTokenAuthenticationRequest) Enables or disables bearer token authentication for the specified log group. -
Uses of PutBearerTokenAuthenticationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return PutBearerTokenAuthenticationRequest.BuilderModifier and TypeMethodDescriptionPutBearerTokenAuthenticationRequest.Builder.bearerTokenAuthenticationEnabled(Boolean bearerTokenAuthenticationEnabled) Whether to enable bearer token authentication.PutBearerTokenAuthenticationRequest.builder()PutBearerTokenAuthenticationRequest.Builder.logGroupIdentifier(String logGroupIdentifier) The name or ARN of the log group.PutBearerTokenAuthenticationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutBearerTokenAuthenticationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutBearerTokenAuthenticationRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutBearerTokenAuthenticationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutBearerTokenAuthenticationRequest.Builder>PutBearerTokenAuthenticationRequest.serializableBuilderClass()