| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteProtectionResponse |
ShieldClient.deleteProtection(Consumer<DeleteProtectionRequest.Builder> deleteProtectionRequest)
Deletes an Shield Advanced Protection.
|
default CompletableFuture<DeleteProtectionResponse> |
ShieldAsyncClient.deleteProtection(Consumer<DeleteProtectionRequest.Builder> deleteProtectionRequest)
Deletes an Shield Advanced Protection.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteProtectionRequest.Builder |
DeleteProtectionRequest.builder() |
DeleteProtectionRequest.Builder |
DeleteProtectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteProtectionRequest.Builder |
DeleteProtectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteProtectionRequest.Builder |
DeleteProtectionRequest.Builder.protectionId(String protectionId)
The unique identifier (ID) for the Protection object to be deleted.
|
DeleteProtectionRequest.Builder |
DeleteProtectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteProtectionRequest.Builder> |
DeleteProtectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.