| Package | Description |
|---|---|
| com.amazonaws.services.shield |
|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ListProtectionsResult |
AWSShieldClient.listProtections(ListProtectionsRequest request)
Lists all Protection objects for the account.
|
ListProtectionsResult |
AbstractAWSShield.listProtections(ListProtectionsRequest request) |
ListProtectionsResult |
AWSShield.listProtections(ListProtectionsRequest listProtectionsRequest)
Lists all Protection objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProtectionsResult> |
AWSShieldAsync.listProtectionsAsync(ListProtectionsRequest listProtectionsRequest,
AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler)
Lists all Protection objects for the account.
|
Future<ListProtectionsResult> |
AbstractAWSShieldAsync.listProtectionsAsync(ListProtectionsRequest request,
AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler) |
Future<ListProtectionsResult> |
AWSShieldAsyncClient.listProtectionsAsync(ListProtectionsRequest request,
AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProtectionsResult |
ListProtectionsResult.clone() |
ListProtectionsResult |
ListProtectionsResult.withNextToken(String nextToken)
If you specify a value for
MaxResults and you have more Protections than the value of MaxResults,
AWS Shield Advanced returns a NextToken value in the response that allows you to list another group of
Protections. |
ListProtectionsResult |
ListProtectionsResult.withProtections(Collection<Protection> protections)
The array of enabled Protection objects.
|
ListProtectionsResult |
ListProtectionsResult.withProtections(Protection... protections)
The array of enabled Protection objects.
|
Copyright © 2019. All rights reserved.