Uses of Interface
software.amazon.awssdk.services.shield.model.ListProtectionGroupsResponse.Builder
-
Packages that use ListProtectionGroupsResponse.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ListProtectionGroupsResponse.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ListProtectionGroupsResponse.Builder Modifier and Type Method Description static ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse. builder()ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse.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 aNextTokenvalue in the response.ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse.Builder. protectionGroups(Collection<ProtectionGroup> protectionGroups)ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse.Builder. protectionGroups(Consumer<ProtectionGroup.Builder>... protectionGroups)This is a convenience method that creates an instance of theProtectionGroup.Builderavoiding the need to create one manually viaProtectionGroup.builder().ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse.Builder. protectionGroups(ProtectionGroup... protectionGroups)ListProtectionGroupsResponse.BuilderListProtectionGroupsResponse. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ListProtectionGroupsResponse.Builder Modifier and Type Method Description static Class<? extends ListProtectionGroupsResponse.Builder>ListProtectionGroupsResponse. serializableBuilderClass()
-