Uses of Interface
software.amazon.awssdk.services.shield.model.ListAttacksRequest.Builder
-
Packages that use ListAttacksRequest.Builder Package Description software.amazon.awssdk.services.shield Shield Advanced software.amazon.awssdk.services.shield.model -
-
Uses of ListAttacksRequest.Builder in software.amazon.awssdk.services.shield
Method parameters in software.amazon.awssdk.services.shield with type arguments of type ListAttacksRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAttacksResponse>ShieldAsyncClient. listAttacks(Consumer<ListAttacksRequest.Builder> listAttacksRequest)Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.default ListAttacksResponseShieldClient. listAttacks(Consumer<ListAttacksRequest.Builder> listAttacksRequest)Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.default ListAttacksPublisherShieldAsyncClient. listAttacksPaginator(Consumer<ListAttacksRequest.Builder> listAttacksRequest)Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.default ListAttacksIterableShieldClient. listAttacksPaginator(Consumer<ListAttacksRequest.Builder> listAttacksRequest)Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period. -
Uses of ListAttacksRequest.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ListAttacksRequest.Builder Modifier and Type Method Description static ListAttacksRequest.BuilderListAttacksRequest. builder()default ListAttacksRequest.BuilderListAttacksRequest.Builder. endTime(Consumer<TimeRange.Builder> endTime)The end of the time period for the attacks.ListAttacksRequest.BuilderListAttacksRequest.Builder. endTime(TimeRange endTime)The end of the time period for the attacks.ListAttacksRequest.BuilderListAttacksRequest.Builder. maxResults(Integer maxResults)The greatest number of objects that you want Shield Advanced to return to the list request.ListAttacksRequest.BuilderListAttacksRequest.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.ListAttacksRequest.BuilderListAttacksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAttacksRequest.BuilderListAttacksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAttacksRequest.BuilderListAttacksRequest.Builder. resourceArns(String... resourceArns)The ARNs (Amazon Resource Names) of the resources that were attacked.ListAttacksRequest.BuilderListAttacksRequest.Builder. resourceArns(Collection<String> resourceArns)The ARNs (Amazon Resource Names) of the resources that were attacked.default ListAttacksRequest.BuilderListAttacksRequest.Builder. startTime(Consumer<TimeRange.Builder> startTime)The start of the time period for the attacks.ListAttacksRequest.BuilderListAttacksRequest.Builder. startTime(TimeRange startTime)The start of the time period for the attacks.ListAttacksRequest.BuilderListAttacksRequest. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ListAttacksRequest.Builder Modifier and Type Method Description static Class<? extends ListAttacksRequest.Builder>ListAttacksRequest. serializableBuilderClass()
-