| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static ListProtectionsResponse.Builder |
ListProtectionsResponse.builder() |
ListProtectionsResponse.Builder |
ListProtectionsResponse.Builder.nextToken(String nextToken)
If you specify a value for
MaxResults and you have more Protections than the value of
MaxResults, AWS Shield Advanced returns a NextToken value in the response that allows you to list another
group of Protections. |
ListProtectionsResponse.Builder |
ListProtectionsResponse.Builder.protections(Collection<Protection> protections)
The array of enabled Protection objects.
|
ListProtectionsResponse.Builder |
ListProtectionsResponse.Builder.protections(Consumer<Protection.Builder>... protections)
The array of enabled Protection objects.
|
ListProtectionsResponse.Builder |
ListProtectionsResponse.Builder.protections(Protection... protections)
The array of enabled Protection objects.
|
ListProtectionsResponse.Builder |
ListProtectionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProtectionsResponse.Builder> |
ListProtectionsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.