| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListResourcesInProtectionGroupResponse |
ShieldClient.listResourcesInProtectionGroup(Consumer<ListResourcesInProtectionGroupRequest.Builder> listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
default ListResourcesInProtectionGroupResponse |
ShieldClient.listResourcesInProtectionGroup(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListResourcesInProtectionGroupResponse> |
ShieldAsyncClient.listResourcesInProtectionGroup(Consumer<ListResourcesInProtectionGroupRequest.Builder> listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
default CompletableFuture<ListResourcesInProtectionGroupResponse> |
ShieldAsyncClient.listResourcesInProtectionGroup(ListResourcesInProtectionGroupRequest listResourcesInProtectionGroupRequest)
Retrieves the resources that are included in the protection group.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListResourcesInProtectionGroupResponse> |
ListResourcesInProtectionGroupIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourcesInProtectionGroupPublisher.subscribe(org.reactivestreams.Subscriber<? super ListResourcesInProtectionGroupResponse> subscriber) |
Copyright © 2021. All rights reserved.