WorkspaceOperations Interface

public interface WorkspaceOperations

Resource collection API of WorkspaceOperations.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<WorkspaceSku> listSkus()

Lists all skus with associated features.

abstract PagedIterable<WorkspaceSku> listSkus(Context context)

Lists all skus with associated features.

Method Details

listSkus

public abstract PagedIterable listSkus()

Lists all skus with associated features.

Returns:

list of skus with features.

listSkus

public abstract PagedIterable listSkus(Context context)

Lists all skus with associated features.

Parameters:

context - The context to associate with this operation.

Returns:

list of skus with features.

Applies to