SupportedCloudEnum Class

public final class SupportedCloudEnum
extends ExpandableStringEnum<SupportedCloudEnum>

Relevant cloud for the custom assessment automation.

Field Summary

Modifier and Type Field and Description
static final SupportedCloudEnum AWS

Static value AWS for SupportedCloudEnum.

static final SupportedCloudEnum GCP

Static value GCP for SupportedCloudEnum.

Constructor Summary

Constructor Description
SupportedCloudEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SupportedCloudEnum value.

Method Summary

Modifier and Type Method and Description
static SupportedCloudEnum fromString(String name)

Creates or finds a SupportedCloudEnum from its string representation.

static Collection<SupportedCloudEnum> values()

Gets known SupportedCloudEnum values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AWS

public static final SupportedCloudEnum AWS

Static value AWS for SupportedCloudEnum.

GCP

public static final SupportedCloudEnum GCP

Static value GCP for SupportedCloudEnum.

Constructor Details

SupportedCloudEnum

@Deprecated
public SupportedCloudEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SupportedCloudEnum value.

Method Details

fromString

public static SupportedCloudEnum fromString(String name)

Creates or finds a SupportedCloudEnum from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SupportedCloudEnum.

values

public static Collection values()

Gets known SupportedCloudEnum values.

Returns:

known SupportedCloudEnum values.

Applies to