Uses of Interface
software.amazon.awssdk.services.shield.model.ListProtectionsResponse.Builder
-
Packages that use ListProtectionsResponse.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ListProtectionsResponse.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ListProtectionsResponse.Builder Modifier and Type Method Description static ListProtectionsResponse.BuilderListProtectionsResponse. builder()ListProtectionsResponse.BuilderListProtectionsResponse.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.ListProtectionsResponse.BuilderListProtectionsResponse.Builder. protections(Collection<Protection> protections)The array of enabled Protection objects.ListProtectionsResponse.BuilderListProtectionsResponse.Builder. protections(Consumer<Protection.Builder>... protections)The array of enabled Protection objects.ListProtectionsResponse.BuilderListProtectionsResponse.Builder. protections(Protection... protections)The array of enabled Protection objects.ListProtectionsResponse.BuilderListProtectionsResponse. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ListProtectionsResponse.Builder Modifier and Type Method Description static Class<? extends ListProtectionsResponse.Builder>ListProtectionsResponse. serializableBuilderClass()
-