| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.builder() |
ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.Builder.nextToken(String nextToken)
If you specify a value for
MaxResults and you have more protection groups than the value of
MaxResults, AWS Shield Advanced returns this token that you can use in your next request, to get the next
batch of objects. |
ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.Builder.protectionGroups(Collection<ProtectionGroup> protectionGroups)
|
ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.Builder.protectionGroups(Consumer<ProtectionGroup.Builder>... protectionGroups)
This is a convenience that creates an instance of the
List avoiding the need
to create one manually via List. |
ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.Builder.protectionGroups(ProtectionGroup... protectionGroups)
|
ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProtectionGroupsResponse.Builder> |
ListProtectionGroupsResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.