| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Protection |
Protection.clone() |
Protection |
DescribeProtectionResult.getProtection()
The Protection object that is described.
|
Protection |
Protection.withId(String id)
The unique identifier (ID) of the protection.
|
Protection |
Protection.withName(String name)
The friendly name of the protection.
|
Protection |
Protection.withResourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the AWS resource that is protected.
|
| Modifier and Type | Method and Description |
|---|---|
List<Protection> |
ListProtectionsResult.getProtections()
The array of enabled Protection objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProtectionResult.setProtection(Protection protection)
The Protection object that is described.
|
DescribeProtectionResult |
DescribeProtectionResult.withProtection(Protection protection)
The Protection object that is described.
|
ListProtectionsResult |
ListProtectionsResult.withProtections(Protection... protections)
The array of enabled Protection objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectionsResult.setProtections(Collection<Protection> protections)
The array of enabled Protection objects.
|
ListProtectionsResult |
ListProtectionsResult.withProtections(Collection<Protection> protections)
The array of enabled Protection objects.
|
Copyright © 2019. All rights reserved.