Uses of Class
software.amazon.awssdk.services.sns.model.CreateTopicRequest
-
Packages that use CreateTopicRequest Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service software.amazon.awssdk.services.sns.transform -
-
Uses of CreateTopicRequest in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns with parameters of type CreateTopicRequest Modifier and Type Method Description default CompletableFuture<CreateTopicResponse>SnsAsyncClient. createTopic(CreateTopicRequest createTopicRequest)Creates a topic to which notifications can be published.default CreateTopicResponseSnsClient. createTopic(CreateTopicRequest createTopicRequest)Creates a topic to which notifications can be published. -
Uses of CreateTopicRequest in software.amazon.awssdk.services.sns.transform
Methods in software.amazon.awssdk.services.sns.transform with parameters of type CreateTopicRequest Modifier and Type Method Description SdkHttpFullRequestCreateTopicRequestMarshaller. marshall(CreateTopicRequest createTopicRequest)
-