| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateProtectionGroupResponse |
ShieldClient.createProtectionGroup(Consumer<CreateProtectionGroupRequest.Builder> createProtectionGroupRequest)
Creates a grouping of protected resources so they can be handled as a collective.
|
default CreateProtectionGroupResponse |
ShieldClient.createProtectionGroup(CreateProtectionGroupRequest createProtectionGroupRequest)
Creates a grouping of protected resources so they can be handled as a collective.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateProtectionGroupResponse> |
ShieldAsyncClient.createProtectionGroup(Consumer<CreateProtectionGroupRequest.Builder> createProtectionGroupRequest)
Creates a grouping of protected resources so they can be handled as a collective.
|
default CompletableFuture<CreateProtectionGroupResponse> |
ShieldAsyncClient.createProtectionGroup(CreateProtectionGroupRequest createProtectionGroupRequest)
Creates a grouping of protected resources so they can be handled as a collective.
|
Copyright © 2021. All rights reserved.