SecurityStandard.DefinitionStages.WithCloudProviders Interface

public static interface SecurityStandard.DefinitionStages.WithCloudProviders

The stage of the SecurityStandard definition allowing to specify cloudProviders.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCloudProviders(List<StandardSupportedCloud> cloudProviders)

Specifies the cloudProviders property: List of all standard supported clouds..

Method Details

withCloudProviders

public abstract SecurityStandard.DefinitionStages.WithCreate withCloudProviders(List<StandardSupportedCloud> cloudProviders)

Specifies the cloudProviders property: List of all standard supported clouds..

Parameters:

cloudProviders - List of all standard supported clouds.

Returns:

the next definition stage.

Applies to