Uses of Enum
com.amazonaws.services.config.model.ResourceType
Packages that use ResourceType
-
Uses of ResourceType in com.amazonaws.services.config.model
Subclasses with type arguments of type ResourceType in com.amazonaws.services.config.modelMethods in com.amazonaws.services.config.model that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeUse this in place of valueOf.static ResourceTypeReturns 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 TypeMethodDescriptionvoidConfigurationItem.setResourceType(ResourceType resourceType) The type of AWS resource.voidGetResourceConfigHistoryRequest.setResourceType(ResourceType resourceType) The resource type.voidListDiscoveredResourcesRequest.setResourceType(ResourceType resourceType) The type of resources that you want AWS Config to list in the response.voidRelationship.setResourceType(ResourceType resourceType) The resource type of the related resource.voidResourceIdentifier.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::InstanceorAWS::CloudTrail::Trail).