| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectConfigurationInformation |
ProtectConfigurationInformation.clone() |
ProtectConfigurationInformation |
ProtectConfigurationInformation.withAccountDefault(Boolean accountDefault)
This is true if the protect configuration is set as your account default protect configuration.
|
ProtectConfigurationInformation |
ProtectConfigurationInformation.withCreatedTimestamp(Date createdTimestamp)
The time when the protect configuration was created, in UNIX epoch
time format.
|
ProtectConfigurationInformation |
ProtectConfigurationInformation.withDeletionProtectionEnabled(Boolean deletionProtectionEnabled)
The status of deletion protection for the protect configuration.
|
ProtectConfigurationInformation |
ProtectConfigurationInformation.withProtectConfigurationArn(String protectConfigurationArn)
The Amazon Resource Name (ARN) of the protect configuration.
|
ProtectConfigurationInformation |
ProtectConfigurationInformation.withProtectConfigurationId(String protectConfigurationId)
The unique identifier for the protect configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtectConfigurationInformation> |
DescribeProtectConfigurationsResult.getProtectConfigurations()
An array of ProtectConfigurationInformation objects that contain the details for the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProtectConfigurationsResult |
DescribeProtectConfigurationsResult.withProtectConfigurations(ProtectConfigurationInformation... protectConfigurations)
An array of ProtectConfigurationInformation objects that contain the details for the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProtectConfigurationsResult.setProtectConfigurations(Collection<ProtectConfigurationInformation> protectConfigurations)
An array of ProtectConfigurationInformation objects that contain the details for the request.
|
DescribeProtectConfigurationsResult |
DescribeProtectConfigurationsResult.withProtectConfigurations(Collection<ProtectConfigurationInformation> protectConfigurations)
An array of ProtectConfigurationInformation objects that contain the details for the request.
|
Copyright © 2024. All rights reserved.