| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model | |
| software.amazon.awssdk.services.shield.paginators |
| Modifier and Type | Method and Description |
|---|---|
Protection |
DescribeProtectionResponse.protection()
The Protection that you requested.
|
| Modifier and Type | Method and Description |
|---|---|
List<Protection> |
ListProtectionsResponse.protections()
The array of enabled Protection objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProtectionResponse.Builder |
DescribeProtectionResponse.Builder.protection(Protection protection)
The Protection that you requested.
|
ListProtectionsResponse.Builder |
ListProtectionsResponse.Builder.protections(Protection... protections)
The array of enabled Protection objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectionsResponse.Builder |
ListProtectionsResponse.Builder.protections(Collection<Protection> protections)
The array of enabled Protection objects.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Protection> |
ListProtectionsIterable.protections()
Returns an iterable to iterate through the paginated
ListProtectionsResponse.protections() member. |
SdkPublisher<Protection> |
ListProtectionsPublisher.protections()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.