Uses of Class
software.amazon.awssdk.services.directory.model.CreateLogSubscriptionResponse
-
Packages that use CreateLogSubscriptionResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of CreateLogSubscriptionResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return CreateLogSubscriptionResponse Modifier and Type Method Description default CreateLogSubscriptionResponseDirectoryClient. createLogSubscription(Consumer<CreateLogSubscriptionRequest.Builder> createLogSubscriptionRequest)Creates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.default CreateLogSubscriptionResponseDirectoryClient. createLogSubscription(CreateLogSubscriptionRequest createLogSubscriptionRequest)Creates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.Methods in software.amazon.awssdk.services.directory that return types with arguments of type CreateLogSubscriptionResponse Modifier and Type Method Description default CompletableFuture<CreateLogSubscriptionResponse>DirectoryAsyncClient. createLogSubscription(Consumer<CreateLogSubscriptionRequest.Builder> createLogSubscriptionRequest)Creates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.default CompletableFuture<CreateLogSubscriptionResponse>DirectoryAsyncClient. createLogSubscription(CreateLogSubscriptionRequest createLogSubscriptionRequest)Creates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.
-