Class DeleteConfigurationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.DeleteConfigurationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteConfigurationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe deleteConfiguration options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteConfigurationOptions.BuilderBuilder.static interfaceDeleteConfigurationOptions.XSmAcceptConfigurationTypeThe configuration type of this configuration - use this header to resolve 300 error responses.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Gets the name.DeleteConfigurationOptions.BuildernewBuilder()New builder.StringxSmAcceptConfigurationType()Gets the xSmAcceptConfigurationType.
-
-
-
Method Detail
-
newBuilder
public DeleteConfigurationOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteConfigurationOptions builder
-
name
public String name()
Gets the name. The name that uniquely identifies a configuration.- Returns:
- the name
-
xSmAcceptConfigurationType
public String xSmAcceptConfigurationType()
Gets the xSmAcceptConfigurationType. The configuration type of this configuration - use this header to resolve 300 error responses.- Returns:
- the xSmAcceptConfigurationType
-
-