Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutBearerTokenAuthenticationResponse
Packages that use PutBearerTokenAuthenticationResponse
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 PutBearerTokenAuthenticationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutBearerTokenAuthenticationResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.putBearerTokenAuthentication(Consumer<PutBearerTokenAuthenticationRequest.Builder> putBearerTokenAuthenticationRequest) Enables or disables bearer token authentication for the specified log group.CloudWatchLogsClient.putBearerTokenAuthentication(PutBearerTokenAuthenticationRequest putBearerTokenAuthenticationRequest) Enables or disables bearer token authentication for the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutBearerTokenAuthenticationResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putBearerTokenAuthentication(Consumer<PutBearerTokenAuthenticationRequest.Builder> putBearerTokenAuthenticationRequest) Enables or disables bearer token authentication for the specified log group.CloudWatchLogsAsyncClient.putBearerTokenAuthentication(PutBearerTokenAuthenticationRequest putBearerTokenAuthenticationRequest) Enables or disables bearer token authentication for the specified log group.