| Package | Description |
|---|---|
| software.amazon.awssdk.services.dlm.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceTypeValues |
ResourceTypeValues.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ResourceTypeValues |
ResourceTypeValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceTypeValues[] |
ResourceTypeValues.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<ResourceTypeValues> |
ResourceTypeValues.knownValues()
|
List<ResourceTypeValues> |
PolicyDetails.resourceTypes()
The resource type.
|
List<ResourceTypeValues> |
GetLifecyclePoliciesRequest.resourceTypes()
The resource type.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails.Builder |
PolicyDetails.Builder.resourceTypes(ResourceTypeValues... resourceTypes)
The resource type.
|
GetLifecyclePoliciesRequest.Builder |
GetLifecyclePoliciesRequest.Builder.resourceTypes(ResourceTypeValues... resourceTypes)
The resource type.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyDetails.Builder |
PolicyDetails.Builder.resourceTypes(Collection<ResourceTypeValues> resourceTypes)
The resource type.
|
GetLifecyclePoliciesRequest.Builder |
GetLifecyclePoliciesRequest.Builder.resourceTypes(Collection<ResourceTypeValues> resourceTypes)
The resource type.
|
Copyright © 2019. All rights reserved.