Uses of Interface
software.amazon.awssdk.services.sns.model.DeleteTopicRequest.Builder
Packages that use DeleteTopicRequest.Builder
Package
Description
-
Uses of DeleteTopicRequest.Builder in software.amazon.awssdk.services.sns
Method parameters in software.amazon.awssdk.services.sns with type arguments of type DeleteTopicRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteTopicResponse>SnsAsyncClient.deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest) Deletes a topic and all its subscriptions.default DeleteTopicResponseSnsClient.deleteTopic(Consumer<DeleteTopicRequest.Builder> deleteTopicRequest) Deletes a topic and all its subscriptions. -
Uses of DeleteTopicRequest.Builder in software.amazon.awssdk.services.sns.model
Methods in software.amazon.awssdk.services.sns.model that return DeleteTopicRequest.BuilderModifier and TypeMethodDescriptionstatic DeleteTopicRequest.BuilderDeleteTopicRequest.builder()DeleteTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteTopicRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteTopicRequest.toBuilder()The ARN of the topic you want to delete.Methods in software.amazon.awssdk.services.sns.model that return types with arguments of type DeleteTopicRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteTopicRequest.Builder>DeleteTopicRequest.serializableBuilderClass()