| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteProtectionGroupResponse |
ShieldClient.deleteProtectionGroup(Consumer<DeleteProtectionGroupRequest.Builder> deleteProtectionGroupRequest)
Removes the specified protection group.
|
default CompletableFuture<DeleteProtectionGroupResponse> |
ShieldAsyncClient.deleteProtectionGroup(Consumer<DeleteProtectionGroupRequest.Builder> deleteProtectionGroupRequest)
Removes the specified protection group.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteProtectionGroupRequest.Builder |
DeleteProtectionGroupRequest.builder() |
DeleteProtectionGroupRequest.Builder |
DeleteProtectionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProtectionGroupRequest.Builder |
DeleteProtectionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProtectionGroupRequest.Builder |
DeleteProtectionGroupRequest.Builder.protectionGroupId(String protectionGroupId)
The name of the protection group.
|
DeleteProtectionGroupRequest.Builder |
DeleteProtectionGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteProtectionGroupRequest.Builder> |
DeleteProtectionGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.