| Package | Description |
|---|---|
| com.amazonaws.services.shield |
|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ListProtectionGroupsResult |
AWSShieldClient.listProtectionGroups(ListProtectionGroupsRequest request)
Retrieves ProtectionGroup objects for the account.
|
ListProtectionGroupsResult |
AbstractAWSShield.listProtectionGroups(ListProtectionGroupsRequest request) |
ListProtectionGroupsResult |
AWSShield.listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves 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 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)
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. |
ListProtectionGroupsResult |
ListProtectionGroupsResult.withProtectionGroups(Collection<ProtectionGroup> protectionGroups)
|
ListProtectionGroupsResult |
ListProtectionGroupsResult.withProtectionGroups(ProtectionGroup... protectionGroups)
|
Copyright © 2022. All rights reserved.