| 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)
Retrieves Protection objects for the account.
|
default ListProtectionsResponse |
ShieldClient.listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Retrieves Protection objects for the account.
|
default ListProtectionsPublisher |
ShieldAsyncClient.listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Retrieves Protection objects for the account.
|
default ListProtectionsIterable |
ShieldClient.listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)
Retrieves Protection objects for the account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProtectionsRequest.Builder |
ListProtectionsRequest.builder() |
default ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.inclusionFilters(Consumer<InclusionProtectionFilters.Builder> inclusionFilters)
Narrows the set of protections that the call retrieves.
|
ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.inclusionFilters(InclusionProtectionFilters inclusionFilters)
Narrows the set of protections that the call retrieves.
|
ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.maxResults(Integer maxResults)
The greatest number of objects that you want Shield Advanced to return to the list request.
|
ListProtectionsRequest.Builder |
ListProtectionsRequest.Builder.nextToken(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. |
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 © 2023. All rights reserved.