| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListProtectionsResponse |
ShieldClient.listProtections()
Lists all Protection objects for the account.
|
default ListProtectionsResponse |
ShieldClient.listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListProtectionsResponse |
ShieldClient.listProtections(ListProtectionsRequest listProtectionsRequest)
Lists all Protection objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProtectionsResponse> |
ShieldAsyncClient.listProtections()
Lists all Protection objects for the account.
|
default CompletableFuture<ListProtectionsResponse> |
ShieldAsyncClient.listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
default CompletableFuture<ListProtectionsResponse> |
ShieldAsyncClient.listProtections(ListProtectionsRequest listProtectionsRequest)
Lists all Protection objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProtectionsResponse> |
ListProtectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProtectionsResponse> subscriber) |
Copyright © 2021. All rights reserved.