| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.paginators | |
| software.amazon.awssdk.services.shield.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListProtectionGroupsResponse |
ShieldClient.listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
default CompletableFuture<ListProtectionGroupsResponse> |
ShieldAsyncClient.listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
default ListProtectionGroupsIterable |
ShieldClient.listProtectionGroupsPaginator(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
default ListProtectionGroupsPublisher |
ShieldAsyncClient.listProtectionGroupsPaginator(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
| Constructor and Description |
|---|
ListProtectionGroupsIterable(ShieldClient client,
ListProtectionGroupsRequest firstRequest) |
ListProtectionGroupsPublisher(ShieldAsyncClient client,
ListProtectionGroupsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListProtectionGroupsRequestMarshaller.marshall(ListProtectionGroupsRequest listProtectionGroupsRequest) |
Copyright © 2023. All rights reserved.