Class DeleteSecretLocksBulkOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.DeleteSecretLocksBulkOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteSecretLocksBulkOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteSecretLocksBulk options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteSecretLocksBulkOptions.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Gets the id.List<String>name()Gets the name.DeleteSecretLocksBulkOptions.BuildernewBuilder()New builder.
-
-
-
Method Detail
-
newBuilder
public DeleteSecretLocksBulkOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteSecretLocksBulkOptions builder
-
id
public String id()
Gets the id. The UUID that uniquely identifies your secret.- Returns:
- the id
-
-