| Package | Description |
|---|---|
| software.amazon.awssdk.services.shield.model |
| Modifier and Type | Method and Description |
|---|---|
static ProtectedResourceType |
ProtectedResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProtectedResourceType |
UpdateProtectionGroupRequest.resourceType()
The resource type to include in the protection group.
|
ProtectedResourceType |
ProtectionGroup.resourceType()
The resource type to include in the protection group.
|
ProtectedResourceType |
CreateProtectionGroupRequest.resourceType()
The resource type to include in the protection group.
|
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 |
|---|---|
static Set<ProtectedResourceType> |
ProtectedResourceType.knownValues()
|
List<ProtectedResourceType> |
InclusionProtectionFilters.resourceTypes()
The type of protected resource whose protections you want to retrieve.
|
List<ProtectedResourceType> |
InclusionProtectionGroupFilters.resourceTypes()
The resource type configuration of the protection groups that you want to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProtectionGroupRequest.Builder |
UpdateProtectionGroupRequest.Builder.resourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
ProtectionGroup.Builder |
ProtectionGroup.Builder.resourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
CreateProtectionGroupRequest.Builder |
CreateProtectionGroupRequest.Builder.resourceType(ProtectedResourceType resourceType)
The resource type to include in the protection group.
|
InclusionProtectionFilters.Builder |
InclusionProtectionFilters.Builder.resourceTypes(ProtectedResourceType... resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
InclusionProtectionGroupFilters.Builder.resourceTypes(ProtectedResourceType... resourceTypes)
The resource type configuration of the protection groups that you want to retrieve.
|
| Modifier and Type | Method and Description |
|---|---|
InclusionProtectionFilters.Builder |
InclusionProtectionFilters.Builder.resourceTypes(Collection<ProtectedResourceType> resourceTypes)
The type of protected resource whose protections you want to retrieve.
|
InclusionProtectionGroupFilters.Builder |
InclusionProtectionGroupFilters.Builder.resourceTypes(Collection<ProtectedResourceType> resourceTypes)
The resource type configuration of the protection groups that you want to retrieve.
|
Copyright © 2023. All rights reserved.