| 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)
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. |
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 © 2023. All rights reserved.