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 |
Relationship.setResourceType(ResourceType resourceType)
The resource type of the related resource.
|
void |
ResourceIdentifier.setResourceType(ResourceType resourceType)
The type of resource.
|
void |
GetResourceConfigHistoryRequest.setResourceType(ResourceType resourceType)
The resource type.
|
void |
ListDiscoveredResourcesRequest.setResourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the response.
|
void |
ConfigurationItem.setResourceType(ResourceType resourceType)
The type of AWS resource.
|
Relationship |
Relationship.withResourceType(ResourceType resourceType)
The resource type of the related resource.
|
ResourceIdentifier |
ResourceIdentifier.withResourceType(ResourceType resourceType)
The type of resource.
|
GetResourceConfigHistoryRequest |
GetResourceConfigHistoryRequest.withResourceType(ResourceType resourceType)
The resource type.
|
ListDiscoveredResourcesRequest |
ListDiscoveredResourcesRequest.withResourceType(ResourceType resourceType)
The type of resources that you want AWS Config to list in the response.
|
ConfigurationItem |
ConfigurationItem.withResourceType(ResourceType resourceType)
The type of AWS resource.
|
RecordingGroup |
RecordingGroup.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies the types of AWS resources for
which AWS Config records configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail ). |
Copyright © 2018. All rights reserved.