| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProtectionGroupsResponse |
ShieldClient.listProtectionGroups(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
default ListProtectionGroupsResponse |
ShieldClient.listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProtectionGroupsResponse> |
ShieldAsyncClient.listProtectionGroups(Consumer<ListProtectionGroupsRequest.Builder> listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
default CompletableFuture<ListProtectionGroupsResponse> |
ShieldAsyncClient.listProtectionGroups(ListProtectionGroupsRequest listProtectionGroupsRequest)
Retrieves ProtectionGroup objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProtectionGroupsResponse> |
ListProtectionGroupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectionGroupsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProtectionGroupsResponse> subscriber) |
Copyright © 2023. All rights reserved.