| Package | Description |
|---|---|
| com.amazonaws.services.shield |
|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ListProtectionGroupsResult |
AbstractAWSShield.listProtectionGroups(ListProtectionGroupsRequest request) |
ListProtectionGroupsResult |
AWSShieldClient.listProtectionGroups(ListProtectionGroupsRequest request)
Retrieves the ProtectionGroup objects for the account.
|
ListProtectionGroupsResult |
AWSShield.listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves the ProtectionGroup objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListProtectionGroupsResult> |
AWSShieldAsyncClient.listProtectionGroupsAsync(ListProtectionGroupsRequest request,
AsyncHandler<ListProtectionGroupsRequest,ListProtectionGroupsResult> asyncHandler) |
Future<ListProtectionGroupsResult> |
AWSShieldAsync.listProtectionGroupsAsync(ListProtectionGroupsRequest listProtectionGroupsRequest,
AsyncHandler<ListProtectionGroupsRequest,ListProtectionGroupsResult> asyncHandler)
Retrieves the ProtectionGroup objects for the account.
|
Future<ListProtectionGroupsResult> |
AbstractAWSShieldAsync.listProtectionGroupsAsync(ListProtectionGroupsRequest request,
AsyncHandler<ListProtectionGroupsRequest,ListProtectionGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListProtectionGroupsResult |
ListProtectionGroupsResult.clone() |
ListProtectionGroupsResult |
ListProtectionGroupsResult.withNextToken(String nextToken)
If you specify a value for
MaxResults and you have more protection groups than the value of
MaxResults, AWS Shield Advanced returns this token that you can use in your next request, to get the next batch
of objects. |
ListProtectionGroupsResult |
ListProtectionGroupsResult.withProtectionGroups(Collection<ProtectionGroup> protectionGroups)
|
ListProtectionGroupsResult |
ListProtectionGroupsResult.withProtectionGroups(ProtectionGroup... protectionGroups)
|
Copyright © 2021. All rights reserved.