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