| Package | Description |
|---|---|
| com.amazonaws.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedResourceType |
ProtectedResourceType.fromValue(String value)
Use this in place of valueOf.
|
static ProtectedResourceType |
ProtectedResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtectedResourceType[] |
ProtectedResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectionGroupRequest |
UpdateProtectionGroupRequest.withResourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
CreateProtectionGroupRequest |
CreateProtectionGroupRequest.withResourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
ProtectionGroup |
ProtectionGroup.withResourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
InclusionProtectionGroupFilters |
InclusionProtectionGroupFilters.withResourceTypes(ProtectedResourceType... resourceTypes)
The resource type configuration of the protection groups that you want to retrieve.
|
InclusionProtectionFilters |
InclusionProtectionFilters.withResourceTypes(ProtectedResourceType... resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
Copyright © 2024. All rights reserved.