| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2 |
Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference.
|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateProtectConfigurationResult |
AmazonPinpointSMSVoiceV2Client.createProtectConfiguration(CreateProtectConfigurationRequest request)
Create a new protect configuration.
|
CreateProtectConfigurationResult |
AbstractAmazonPinpointSMSVoiceV2.createProtectConfiguration(CreateProtectConfigurationRequest request) |
CreateProtectConfigurationResult |
AmazonPinpointSMSVoiceV2.createProtectConfiguration(CreateProtectConfigurationRequest createProtectConfigurationRequest)
Create a new protect configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProtectConfigurationResult> |
AbstractAmazonPinpointSMSVoiceV2Async.createProtectConfigurationAsync(CreateProtectConfigurationRequest request,
AsyncHandler<CreateProtectConfigurationRequest,CreateProtectConfigurationResult> asyncHandler) |
Future<CreateProtectConfigurationResult> |
AmazonPinpointSMSVoiceV2AsyncClient.createProtectConfigurationAsync(CreateProtectConfigurationRequest request,
AsyncHandler<CreateProtectConfigurationRequest,CreateProtectConfigurationResult> asyncHandler) |
Future<CreateProtectConfigurationResult> |
AmazonPinpointSMSVoiceV2Async.createProtectConfigurationAsync(CreateProtectConfigurationRequest createProtectConfigurationRequest,
AsyncHandler<CreateProtectConfigurationRequest,CreateProtectConfigurationResult> asyncHandler)
Create a new protect configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.clone() |
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.withAccountDefault(Boolean accountDefault)
This is true if the protect configuration is set as your account default protect configuration.
|
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.withCreatedTimestamp(Date createdTimestamp)
The time when the protect configuration was created, in UNIX epoch
time format.
|
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
When set to true deletion protection is enabled.
|
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.withProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
|
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.withTags(Collection<Tag> tags)
An array of key and value pair tags that are associated with the resource.
|
CreateProtectConfigurationResult |
CreateProtectConfigurationResult.withTags(Tag... tags)
An array of key and value pair tags that are associated with the resource.
|
Copyright © 2024. All rights reserved.