| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointemail |
|
| software.amazon.awssdk.services.pinpointemail.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConfigurationSetResponse> |
PinpointEmailAsyncClient.getConfigurationSet(Consumer<GetConfigurationSetRequest.Builder> getConfigurationSetRequest)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
default GetConfigurationSetResponse |
PinpointEmailClient.getConfigurationSet(Consumer<GetConfigurationSetRequest.Builder> getConfigurationSetRequest)
Get information about an existing configuration set, including the dedicated IP pool that it's associated with,
whether or not it's enabled for sending email, and more.
|
| Modifier and Type | Method and Description |
|---|---|
static GetConfigurationSetRequest.Builder |
GetConfigurationSetRequest.builder() |
GetConfigurationSetRequest.Builder |
GetConfigurationSetRequest.Builder.configurationSetName(String configurationSetName)
The name of the configuration set that you want to obtain more information about.
|
GetConfigurationSetRequest.Builder |
GetConfigurationSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetConfigurationSetRequest.Builder |
GetConfigurationSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetConfigurationSetRequest.Builder |
GetConfigurationSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConfigurationSetRequest.Builder> |
GetConfigurationSetRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.