| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
ResourceIdentifier.setResourceType(ResourceType resourceType)
The type of resource.
|
void |
ListDiscoveredResourcesRequest.setResourceType(ResourceType resourceType)
The type of resources that you want Config to list in the response.
|
void |
ConfigurationItem.setResourceType(ResourceType resourceType)
The type of Amazon Web Services resource.
|
void |
GetResourceConfigHistoryRequest.setResourceType(ResourceType resourceType)
The resource type.
|
void |
Relationship.setResourceType(ResourceType resourceType)
The resource type of the related resource.
|
ResourceIdentifier |
ResourceIdentifier.withResourceType(ResourceType resourceType)
The type of resource.
|
ResourceCountFilters |
ResourceCountFilters.withResourceType(ResourceType resourceType)
The type of the Amazon Web Services resource.
|
ListAggregateDiscoveredResourcesRequest |
ListAggregateDiscoveredResourcesRequest.withResourceType(ResourceType resourceType)
The type of resources that you want Config to list in the response.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withResourceType(ResourceType resourceType)
The type of resources that you want Config to list in the response.
|
ConfigurationItem |
ConfigurationItem.withResourceType(ResourceType resourceType)
The type of Amazon Web Services resource.
|
ResourceCount |
ResourceCount.withResourceType(ResourceType resourceType)
The resource type (for example,
"AWS::EC2::Instance"). |
ResourceKey |
ResourceKey.withResourceType(ResourceType resourceType)
The resource type.
|
AggregateResourceIdentifier |
AggregateResourceIdentifier.withResourceType(ResourceType resourceType)
The type of the Amazon Web Services resource.
|
BaseConfigurationItem |
BaseConfigurationItem.withResourceType(ResourceType resourceType)
The type of Amazon Web Services resource.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withResourceType(ResourceType resourceType)
The resource type.
|
Relationship |
Relationship.withResourceType(ResourceType resourceType)
The resource type of the related resource.
|
RecordingModeOverride |
RecordingModeOverride.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies which resource types Config includes in the override.
|
ExclusionByResourceTypes |
ExclusionByResourceTypes.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list of resource types to exclude from recording by the configuration recorder.
|
RecordingGroup |
RecordingGroup.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies which resource types Config records.
|
Copyright © 2024. All rights reserved.