Package | Description |
---|---|
software.amazon.awssdk.services.sns |
|
software.amazon.awssdk.services.sns.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<GetTopicAttributesResponse> |
SnsAsyncClient.getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest)
Returns all of the properties of a topic.
|
default GetTopicAttributesResponse |
SnsClient.getTopicAttributes(Consumer<GetTopicAttributesRequest.Builder> getTopicAttributesRequest)
Returns all of the properties of a topic.
|
Modifier and Type | Method and Description |
---|---|
static GetTopicAttributesRequest.Builder |
GetTopicAttributesRequest.builder() |
GetTopicAttributesRequest.Builder |
GetTopicAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTopicAttributesRequest.Builder |
GetTopicAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTopicAttributesRequest.Builder |
GetTopicAttributesRequest.toBuilder() |
GetTopicAttributesRequest.Builder |
GetTopicAttributesRequest.Builder.topicArn(String topicArn)
The ARN of the topic whose properties you want to get.
|
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetTopicAttributesRequest.Builder> |
GetTopicAttributesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.