Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutBearerTokenAuthenticationResponse
-
Packages that use PutBearerTokenAuthenticationResponse 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. -
-
Uses of PutBearerTokenAuthenticationResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutBearerTokenAuthenticationResponse Modifier and Type Method Description default PutBearerTokenAuthenticationResponseCloudWatchLogsClient. putBearerTokenAuthentication(Consumer<PutBearerTokenAuthenticationRequest.Builder> putBearerTokenAuthenticationRequest)Enables or disables bearer token authentication for the specified log group.default PutBearerTokenAuthenticationResponseCloudWatchLogsClient. 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 PutBearerTokenAuthenticationResponse Modifier and Type Method Description default CompletableFuture<PutBearerTokenAuthenticationResponse>CloudWatchLogsAsyncClient. putBearerTokenAuthentication(Consumer<PutBearerTokenAuthenticationRequest.Builder> putBearerTokenAuthenticationRequest)Enables or disables bearer token authentication for the specified log group.default CompletableFuture<PutBearerTokenAuthenticationResponse>CloudWatchLogsAsyncClient. putBearerTokenAuthentication(PutBearerTokenAuthenticationRequest putBearerTokenAuthenticationRequest)Enables or disables bearer token authentication for the specified log group.
-