| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateProtectionResponse> |
ShieldAsyncClient.createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest)
Enables AWS Shield Advanced for a specific AWS resource.
|
default CreateProtectionResponse |
ShieldClient.createProtection(Consumer<CreateProtectionRequest.Builder> createProtectionRequest)
Enables AWS Shield Advanced for a specific AWS resource.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateProtectionRequest.Builder |
CreateProtectionRequest.builder() |
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.name(String name)
Friendly name for the
Protection you are creating. |
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.resourceArn(String resourceArn)
The ARN (Amazon Resource Name) of the resource to be protected.
|
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.tags(Collection<Tag> tags)
One or more tag key-value pairs for the Protection object that is created.
|
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.tags(Consumer<Tag.Builder>... tags)
One or more tag key-value pairs for the Protection object that is created.
|
CreateProtectionRequest.Builder |
CreateProtectionRequest.Builder.tags(Tag... tags)
One or more tag key-value pairs for the Protection object that is created.
|
CreateProtectionRequest.Builder |
CreateProtectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateProtectionRequest.Builder> |
CreateProtectionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.