Uses of Enum
com.amazonaws.services.config.model.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceType
Use this in place of valueOf.static ResourceType
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.Methods in com.amazonaws.services.config.model with parameters of type ResourceTypeModifier and TypeMethodDescriptionvoid
ConfigurationItem.setResourceType
(ResourceType resourceType) The type of AWS 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
Relationship.setResourceType
(ResourceType resourceType) The resource type of the related resource.void
ResourceIdentifier.setResourceType
(ResourceType resourceType) The type of resource.ConfigurationItem.withResourceType
(ResourceType resourceType) The type of AWS resource.GetResourceConfigHistoryRequest.withResourceType
(ResourceType resourceType) The resource type.ListDiscoveredResourcesRequest.withResourceType
(ResourceType resourceType) The type of resources that you want AWS Config to list in the response.Relationship.withResourceType
(ResourceType resourceType) The resource type of the related resource.ResourceIdentifier.withResourceType
(ResourceType resourceType) The type of resource.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
orAWS::CloudTrail::Trail
).