Uses of Class
software.amazon.awssdk.services.sns.model.InvalidSecurityException
Packages that use InvalidSecurityException
-
Uses of InvalidSecurityException in software.amazon.awssdk.services.sns
Methods in software.amazon.awssdk.services.sns that throw InvalidSecurityExceptionModifier and TypeMethodDescriptiondefault CreateTopicResponseSnsClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest) Creates a topic to which notifications can be published.default CreateTopicResponseSnsClient.createTopic(CreateTopicRequest createTopicRequest) Creates a topic to which notifications can be published.default GetDataProtectionPolicyResponseSnsClient.getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest) Retrieves the specified inlineDataProtectionPolicydocument that is stored in the specified Amazon SNS topic.default GetDataProtectionPolicyResponseSnsClient.getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest) Retrieves the specified inlineDataProtectionPolicydocument that is stored in the specified Amazon SNS topic.default GetTopicAttributesResponseSnsClient.getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest) Returns all of the properties of a topic.default GetTopicAttributesResponseSnsClient.getTopicAttributes(GetTopicAttributesRequest getTopicAttributesRequest) Returns all of the properties of a topic.default PublishResponseSnsClient.publish(Consumer<PublishRequest.Builder> publishRequest) Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify theTargetArn).default PublishResponseSnsClient.publish(PublishRequest publishRequest) Sends a message to an Amazon SNS topic, a text message (SMS message) directly to a phone number, or a message to a mobile platform endpoint (when you specify theTargetArn).default PublishBatchResponseSnsClient.publishBatch(Consumer<PublishBatchRequest.Builder> publishBatchRequest) Publishes up to 10 messages to the specified topic in a single batch.default PublishBatchResponseSnsClient.publishBatch(PublishBatchRequest publishBatchRequest) Publishes up to 10 messages to the specified topic in a single batch.default PutDataProtectionPolicyResponseSnsClient.putDataProtectionPolicy(Consumer<PutDataProtectionPolicyRequest.Builder> putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.default PutDataProtectionPolicyResponseSnsClient.putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest) Adds or updates an inline policy document that is stored in the specified Amazon SNS topic.default SetTopicAttributesResponseSnsClient.setTopicAttributes(Consumer<SetTopicAttributesRequest.Builder> setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.default SetTopicAttributesResponseSnsClient.setTopicAttributes(SetTopicAttributesRequest setTopicAttributesRequest) Allows a topic owner to set an attribute of the topic to a new value.default SubscribeResponseSnsClient.subscribe(Consumer<SubscribeRequest.Builder> subscribeRequest) Subscribes an endpoint to an Amazon SNS topic.default SubscribeResponseSnsClient.subscribe(SubscribeRequest subscribeRequest) Subscribes an endpoint to an Amazon SNS topic.default UnsubscribeResponseSnsClient.unsubscribe(Consumer<UnsubscribeRequest.Builder> unsubscribeRequest) Deletes a subscription.default UnsubscribeResponseSnsClient.unsubscribe(UnsubscribeRequest unsubscribeRequest) Deletes a subscription.