| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProtectionsResponse> |
ShieldAsyncClient.listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListProtectionsResponse |
ShieldClient.listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListProtectionsPublisher |
ShieldAsyncClient.listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
default ListProtectionsIterable |
ShieldClient.listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Lists all Protection objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProtectionsRequest.Builder |
ListProtectionsRequest.builder() |
ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of Protection objects to return.
|
ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.nextToken(String nextToken)
The
ListProtectionsRequest.NextToken value from a previous call to ListProtections. |
ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProtectionsRequest.Builder |
ListProtectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProtectionsRequest.Builder> |
ListProtectionsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.