| Package | Description |
|---|---|
| com.amazonaws.services.shield |
|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateProtectionGroupResult> |
AWSShieldAsyncClient.createProtectionGroupAsync(CreateProtectionGroupRequest request,
AsyncHandler<CreateProtectionGroupRequest,CreateProtectionGroupResult> asyncHandler) |
Future<CreateProtectionGroupResult> |
AWSShieldAsync.createProtectionGroupAsync(CreateProtectionGroupRequest createProtectionGroupRequest,
AsyncHandler<CreateProtectionGroupRequest,CreateProtectionGroupResult> asyncHandler)
Creates a grouping of protected resources so they can be handled as a collective.
|
Future<CreateProtectionGroupResult> |
AbstractAWSShieldAsync.createProtectionGroupAsync(CreateProtectionGroupRequest request,
AsyncHandler<CreateProtectionGroupRequest,CreateProtectionGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.clone() |
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withAggregation(ProtectionGroupAggregation aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withAggregation(String aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withMembers(Collection<String> members)
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withMembers(String... members)
The Amazon Resource Names (ARNs) of the resources to include in the protection group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withPattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withPattern(String pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withProtectionGroupId(String protectionGroupId)
The name of the protection group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withResourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withResourceType(String resourceType)
The resource type to include in the protection group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withTags(Collection<Tag> tags)
One or more tag key-value pairs for the protection group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withTags(Tag... tags)
One or more tag key-value pairs for the protection group.
|
Copyright © 2022. All rights reserved.