| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
ProtectionGroup |
ProtectionGroup.clone() |
ProtectionGroup |
DescribeProtectionGroupResult.getProtectionGroup()
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
ProtectionGroup |
ProtectionGroup.withAggregation(ProtectionGroupAggregation aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
ProtectionGroup |
ProtectionGroup.withAggregation(String aggregation)
Defines how Shield combines resource data for the group in order to detect, mitigate, and report events.
|
ProtectionGroup |
ProtectionGroup.withMembers(Collection<String> members)
The ARNs (Amazon Resource Names) of the resources to include in the protection group.
|
ProtectionGroup |
ProtectionGroup.withMembers(String... members)
The ARNs (Amazon Resource Names) of the resources to include in the protection group.
|
ProtectionGroup |
ProtectionGroup.withPattern(ProtectionGroupPattern pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
ProtectionGroup |
ProtectionGroup.withPattern(String pattern)
The criteria to use to choose the protected resources for inclusion in the group.
|
ProtectionGroup |
ProtectionGroup.withProtectionGroupArn(String protectionGroupArn)
The ARN (Amazon Resource Name) of the protection group.
|
ProtectionGroup |
ProtectionGroup.withProtectionGroupId(String protectionGroupId)
The name of the protection group.
|
ProtectionGroup |
ProtectionGroup.withResourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
ProtectionGroup |
ProtectionGroup.withResourceType(String resourceType)
The resource type to include in the protection group.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProtectionGroup> |
ListProtectionGroupsResult.getProtectionGroups()
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProtectionGroupResult.setProtectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
DescribeProtectionGroupResult |
DescribeProtectionGroupResult.withProtectionGroup(ProtectionGroup protectionGroup)
A grouping of protected resources that you and Shield Advanced can monitor as a collective.
|
ListProtectionGroupsResult |
ListProtectionGroupsResult.withProtectionGroups(ProtectionGroup... protectionGroups)
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProtectionGroupsResult.setProtectionGroups(Collection<ProtectionGroup> protectionGroups)
|
ListProtectionGroupsResult |
ListProtectionGroupsResult.withProtectionGroups(Collection<ProtectionGroup> protectionGroups)
|
Copyright © 2022. All rights reserved.