| Package | Description |
|---|---|
| com.amazonaws.services.shield |
|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProtectionGroupResult> |
AWSShieldAsyncClient.updateProtectionGroupAsync(UpdateProtectionGroupRequest request,
AsyncHandler<UpdateProtectionGroupRequest,UpdateProtectionGroupResult> asyncHandler) |
Future<UpdateProtectionGroupResult> |
AbstractAWSShieldAsync.updateProtectionGroupAsync(UpdateProtectionGroupRequest request,
AsyncHandler<UpdateProtectionGroupRequest,UpdateProtectionGroupResult> asyncHandler) |
Future<UpdateProtectionGroupResult> |
AWSShieldAsync.updateProtectionGroupAsync(UpdateProtectionGroupRequest updateProtectionGroupRequest,
AsyncHandler<UpdateProtectionGroupRequest,UpdateProtectionGroupResult> asyncHandler)
Updates an existing protection group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.clone() |
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withAggregation(ProtectionGroupAggregation aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withAggregation(String aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withMembers(Collection<String> members)
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withMembers(String... members)
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withPattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withPattern(String pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withProtectionGroupId(String protectionGroupId)
The name of the protection group.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withResourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withResourceType(String resourceType)
The resource type to include in the protection group.
|
Copyright © 2024. All rights reserved.