| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield |
|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateProtectionGroupResponse |
ShieldClient.updateProtectionGroup(Consumer<UpdateProtectionGroupRequest.Builder> updateProtectionGroupRequest)
Updates an existing protection group.
|
default CompletableFuture<UpdateProtectionGroupResponse> |
ShieldAsyncClient.updateProtectionGroup(Consumer<UpdateProtectionGroupRequest.Builder> updateProtectionGroupRequest)
Updates an existing protection group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.aggregation(ProtectionGroupAggregation aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.aggregation(String aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
static UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.builder() |
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.members(Collection<String> members)
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.members(String... members)
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.pattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.pattern(String pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.protectionGroupId(String protectionGroupId)
The name of the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.resourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.resourceType(String resourceType)
The resource type to include in the protection group.
|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateProtectionGroupRequest.Builder> |
UpdateProtectionGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.