Compartir a través de


Database.DefinitionStages.WithCreate Interface

Implements

public static interface Database.DefinitionStages.WithCreate
extends WithClientProtocol, WithPort, WithClusteringPolicy, WithEvictionPolicy, WithPersistence, WithModules, WithGeoReplication, WithDeferUpgrade, WithAccessKeysAuthentication

The stage of the Database definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.

Method Summary

Modifier and Type Method and Description
abstract Database create()

Executes the create request.

abstract Database create(Context context)

Executes the create request.

Method Details

create

public abstract Database create()

Executes the create request.

Returns:

the created resource.

create

public abstract Database create(Context context)

Executes the create request.

Parameters:

context - The context to associate with this operation.

Returns:

the created resource.

Applies to