Secret.DefinitionStages.WithContentType Interface

public static interface Secret.DefinitionStages.WithContentType

The stage of a secret definition allowing to specify the secret content type.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withContentType(String contentType)

Specifies the secret content type.

Method Details

withContentType

public abstract Secret.DefinitionStages.WithCreate withContentType(String contentType)

Specifies the secret content type.

Parameters:

contentType - the content type

Returns:

the next stage of the definition

Applies to