Uses of Class
software.amazon.awssdk.services.shield.model.AttackSummary
-
Packages that use AttackSummary Package Description software.amazon.awssdk.services.shield.model software.amazon.awssdk.services.shield.paginators -
-
Uses of AttackSummary in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type AttackSummary Modifier and Type Method Description List<AttackSummary>ListAttacksResponse. attackSummaries()The attack information for the specified time range.Methods in software.amazon.awssdk.services.shield.model with parameters of type AttackSummary Modifier and Type Method Description ListAttacksResponse.BuilderListAttacksResponse.Builder. attackSummaries(AttackSummary... attackSummaries)The attack information for the specified time range.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type AttackSummary Modifier and Type Method Description ListAttacksResponse.BuilderListAttacksResponse.Builder. attackSummaries(Collection<AttackSummary> attackSummaries)The attack information for the specified time range. -
Uses of AttackSummary in software.amazon.awssdk.services.shield.paginators
Methods in software.amazon.awssdk.services.shield.paginators that return types with arguments of type AttackSummary Modifier and Type Method Description SdkIterable<AttackSummary>ListAttacksIterable. attackSummaries()Returns an iterable to iterate through the paginatedListAttacksResponse.attackSummaries()member.SdkPublisher<AttackSummary>ListAttacksPublisher. attackSummaries()Returns a publisher that can be used to get a stream of data.
-