| 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)
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. |
ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.Builder.protectionGroups(Collection<ProtectionGroup> protectionGroups)
|
ListProtectionGroupsResponse.Builder |
ListProtectionGroupsResponse.Builder.protectionGroups(Consumer<ProtectionGroup.Builder>... protectionGroups)
This is a convenience method that creates an instance of the
ProtectionGroup.Builder avoiding the need to create one
manually via ProtectionGroup.builder(). |
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 © 2023. All rights reserved.