| Package | Description |
|---|---|
| com.amazonaws.services.shield |
|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ListProtectionsResult |
AWSShieldClient.listProtections(ListProtectionsRequest request)
Retrieves Protection objects for the account.
|
ListProtectionsResult |
AbstractAWSShield.listProtections(ListProtectionsRequest request) |
ListProtectionsResult |
AWSShield.listProtections(ListProtectionsRequest listProtectionsRequest)
Retrieves Protection objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProtectionsResult> |
AWSShieldAsyncClient.listProtectionsAsync(ListProtectionsRequest request,
AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler) |
Future<ListProtectionsResult> |
AbstractAWSShieldAsync.listProtectionsAsync(ListProtectionsRequest request,
AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler) |
Future<ListProtectionsResult> |
AWSShieldAsync.listProtectionsAsync(ListProtectionsRequest listProtectionsRequest,
AsyncHandler<ListProtectionsRequest,ListProtectionsResult> asyncHandler)
Retrieves Protection objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectionsResult |
ListProtectionsResult.clone() |
ListProtectionsResult |
ListProtectionsResult.withNextToken(String nextToken)
When you request a list of objects from Shield Advanced, if the response does not include all of the remaining
available objects, Shield Advanced includes a
NextToken value in the response. |
ListProtectionsResult |
ListProtectionsResult.withProtections(Collection<Protection> protections)
The array of enabled Protection objects.
|
ListProtectionsResult |
ListProtectionsResult.withProtections(Protection... protections)
The array of enabled Protection objects.
|
Copyright © 2023. All rights reserved.