Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.ResourceType
-
Packages that use ResourceType Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of ResourceType in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceTypeAccessPreviewFinding. resourceType()The type of the resource that can be accessed in the finding.ResourceTypeAnalyzedResource. resourceType()The type of the resource that was analyzed.ResourceTypeAnalyzedResourceSummary. resourceType()The type of resource that was analyzed.ResourceTypeFinding. resourceType()The type of the resource identified in the finding.ResourceTypeFindingSummary. resourceType()The type of the resource that the external principal has access to.ResourceTypeFindingSummaryV2. resourceType()The type of the resource that the external principal has access to.ResourceTypeGetFindingV2Response. resourceType()The type of the resource identified in the finding.ResourceTypeListAnalyzedResourcesRequest. resourceType()The type of resource.static ResourceTypeResourceType. 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.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type ResourceType Modifier and Type Method Description static Set<ResourceType>ResourceType. knownValues()Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type ResourceType Modifier and Type Method Description AccessPreviewFinding.BuilderAccessPreviewFinding.Builder. resourceType(ResourceType resourceType)The type of the resource that can be accessed in the finding.AnalyzedResource.BuilderAnalyzedResource.Builder. resourceType(ResourceType resourceType)The type of the resource that was analyzed.AnalyzedResourceSummary.BuilderAnalyzedResourceSummary.Builder. resourceType(ResourceType resourceType)The type of resource that was analyzed.Finding.BuilderFinding.Builder. resourceType(ResourceType resourceType)The type of the resource identified in the finding.FindingSummary.BuilderFindingSummary.Builder. resourceType(ResourceType resourceType)The type of the resource that the external principal has access to.FindingSummaryV2.BuilderFindingSummaryV2.Builder. resourceType(ResourceType resourceType)The type of the resource that the external principal has access to.GetFindingV2Response.BuilderGetFindingV2Response.Builder. resourceType(ResourceType resourceType)The type of the resource identified in the finding.ListAnalyzedResourcesRequest.BuilderListAnalyzedResourcesRequest.Builder. resourceType(ResourceType resourceType)The type of resource.
-