Uses of Interface
software.amazon.awssdk.services.shield.model.ListProtectionsRequest.Builder
-
Packages that use ListProtectionsRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of ListProtectionsRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type ListProtectionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListProtectionsResponse>ShieldAsyncClient. listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)Retrieves Protection objects for the account.default ListProtectionsResponseShieldClient. listProtections(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)Retrieves Protection objects for the account.default ListProtectionsPublisherShieldAsyncClient. listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)Retrieves Protection objects for the account.default ListProtectionsIterableShieldClient. listProtectionsPaginator(Consumer<ListProtectionsRequest.Builder> listProtectionsRequest)Retrieves Protection objects for the account. -
Uses of ListProtectionsRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ListProtectionsRequest.Builder Modifier and Type Method Description static ListProtectionsRequest.BuilderListProtectionsRequest. builder()default ListProtectionsRequest.BuilderListProtectionsRequest.Builder. inclusionFilters(Consumer<InclusionProtectionFilters.Builder> inclusionFilters)Narrows the set of protections that the call retrieves.ListProtectionsRequest.BuilderListProtectionsRequest.Builder. inclusionFilters(InclusionProtectionFilters inclusionFilters)Narrows the set of protections that the call retrieves.ListProtectionsRequest.BuilderListProtectionsRequest.Builder. maxResults(Integer maxResults)The greatest number of objects that you want Shield Advanced to return to the list request.ListProtectionsRequest.BuilderListProtectionsRequest.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.ListProtectionsRequest.BuilderListProtectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProtectionsRequest.BuilderListProtectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProtectionsRequest.BuilderListProtectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ListProtectionsRequest.Builder Modifier and Type Method Description static Class<? extends ListProtectionsRequest.Builder>ListProtectionsRequest. serializableBuilderClass()
-