Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutBearerTokenAuthenticationRequest.Builder
-
Packages that use PutBearerTokenAuthenticationRequest.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.model -
-
Uses of PutBearerTokenAuthenticationRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutBearerTokenAuthenticationRequest.Builder 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 PutBearerTokenAuthenticationResponseCloudWatchLogsClient. 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 types with arguments of type PutBearerTokenAuthenticationRequest.Builder Modifier and Type Method Description static Class<? extends PutBearerTokenAuthenticationRequest.Builder>PutBearerTokenAuthenticationRequest. serializableBuilderClass()
-