| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceType |
PutRecommendationPreferencesRequest.resourceType()
The target resource type of the recommendation preference to create.
|
ResourceType |
DeleteRecommendationPreferencesRequest.resourceType()
The target resource type of the recommendation preference to delete.
|
ResourceType |
GetRecommendationPreferencesRequest.resourceType()
The target resource type of the recommendation preference for which to return preferences.
|
ResourceType |
RecommendationPreferencesDetail.resourceType()
The target resource type of the recommendation preference to create.
|
ResourceType |
RecommendationExportJob.resourceType()
The resource type of the exported recommendations.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.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<ResourceType> |
ResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutRecommendationPreferencesRequest.Builder |
PutRecommendationPreferencesRequest.Builder.resourceType(ResourceType resourceType)
The target resource type of the recommendation preference to create.
|
DeleteRecommendationPreferencesRequest.Builder |
DeleteRecommendationPreferencesRequest.Builder.resourceType(ResourceType resourceType)
The target resource type of the recommendation preference to delete.
|
GetRecommendationPreferencesRequest.Builder |
GetRecommendationPreferencesRequest.Builder.resourceType(ResourceType resourceType)
The target resource type of the recommendation preference for which to return preferences.
|
RecommendationPreferencesDetail.Builder |
RecommendationPreferencesDetail.Builder.resourceType(ResourceType resourceType)
The target resource type of the recommendation preference to create.
|
RecommendationExportJob.Builder |
RecommendationExportJob.Builder.resourceType(ResourceType resourceType)
The resource type of the exported recommendations.
|
Copyright © 2023. All rights reserved.