Uses of Enum
software.amazon.awssdk.services.cloudformation.model.ResourceScanStatus
Packages that use ResourceScanStatus
-
Uses of ResourceScanStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ResourceScanStatusModifier and TypeMethodDescriptionstatic ResourceScanStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ResourceScanStatusDescribeResourceScanResponse.status()Status of the resource scan.final ResourceScanStatusResourceScanSummary.status()Status of the resource scan.static ResourceScanStatusReturns the enum constant of this type with the specified name.static ResourceScanStatus[]ResourceScanStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceScanStatusModifier and TypeMethodDescriptionstatic Set<ResourceScanStatus>ResourceScanStatus.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceScanStatusModifier and TypeMethodDescriptionDescribeResourceScanResponse.Builder.status(ResourceScanStatus status) Status of the resource scan.ResourceScanSummary.Builder.status(ResourceScanStatus status) Status of the resource scan.