Uses of Class
com.amazonaws.services.directory.model.RegisterEventTopicRequest
Packages that use RegisterEventTopicRequest
-
Uses of RegisterEventTopicRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type RegisterEventTopicRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.registerEventTopic
(RegisterEventTopicRequest request) AWSDirectoryService.registerEventTopic
(RegisterEventTopicRequest registerEventTopicRequest) Associates a directory with an SNS topic.AWSDirectoryServiceClient.registerEventTopic
(RegisterEventTopicRequest registerEventTopicRequest) Associates a directory with an SNS topic.AbstractAWSDirectoryServiceAsync.registerEventTopicAsync
(RegisterEventTopicRequest request) AbstractAWSDirectoryServiceAsync.registerEventTopicAsync
(RegisterEventTopicRequest request, AsyncHandler<RegisterEventTopicRequest, RegisterEventTopicResult> asyncHandler) AWSDirectoryServiceAsync.registerEventTopicAsync
(RegisterEventTopicRequest registerEventTopicRequest) Associates a directory with an SNS topic.AWSDirectoryServiceAsync.registerEventTopicAsync
(RegisterEventTopicRequest registerEventTopicRequest, AsyncHandler<RegisterEventTopicRequest, RegisterEventTopicResult> asyncHandler) Associates a directory with an SNS topic.AWSDirectoryServiceAsyncClient.registerEventTopicAsync
(RegisterEventTopicRequest request) AWSDirectoryServiceAsyncClient.registerEventTopicAsync
(RegisterEventTopicRequest request, AsyncHandler<RegisterEventTopicRequest, RegisterEventTopicResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type RegisterEventTopicRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.registerEventTopicAsync
(RegisterEventTopicRequest request, AsyncHandler<RegisterEventTopicRequest, RegisterEventTopicResult> asyncHandler) AWSDirectoryServiceAsync.registerEventTopicAsync
(RegisterEventTopicRequest registerEventTopicRequest, AsyncHandler<RegisterEventTopicRequest, RegisterEventTopicResult> asyncHandler) Associates a directory with an SNS topic.AWSDirectoryServiceAsyncClient.registerEventTopicAsync
(RegisterEventTopicRequest request, AsyncHandler<RegisterEventTopicRequest, RegisterEventTopicResult> asyncHandler) -
Uses of RegisterEventTopicRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return RegisterEventTopicRequestModifier and TypeMethodDescriptionRegisterEventTopicRequest.clone()
RegisterEventTopicRequest.withDirectoryId
(String directoryId) The Directory ID that will publish status messages to the SNS topic.RegisterEventTopicRequest.withTopicName
(String topicName) The SNS topic name to which the directory will publish status messages.