Interface AccessInformationContract.DefinitionStages.WithSecondaryKey
- All Known Subinterfaces:
AccessInformationContract.Definition,AccessInformationContract.DefinitionStages.WithCreate
- Enclosing interface:
AccessInformationContract.DefinitionStages
public static interface AccessInformationContract.DefinitionStages.WithSecondaryKey
The stage of the AccessInformationContract definition allowing to specify secondaryKey.
-
Method Summary
Modifier and TypeMethodDescriptionwithSecondaryKey(String secondaryKey) Specifies the secondaryKey property: Secondary access key.
-
Method Details
-
withSecondaryKey
Specifies the secondaryKey property: Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value..- Parameters:
secondaryKey- Secondary access key. This property will not be filled on 'GET' operations! Use '/listSecrets' POST request to get the value.- Returns:
- the next definition stage.
-