Uses of Class
com.oracle.bmc.keymanagement.model.VaultMtlsUpdateResponse.Status
-
Packages that use VaultMtlsUpdateResponse.Status Package Description com.oracle.bmc.keymanagement.model -
-
Uses of VaultMtlsUpdateResponse.Status in com.oracle.bmc.keymanagement.model
Methods in com.oracle.bmc.keymanagement.model that return VaultMtlsUpdateResponse.Status Modifier and Type Method Description static VaultMtlsUpdateResponse.StatusVaultMtlsUpdateResponse.Status. create(String key)VaultMtlsUpdateResponse.StatusVaultMtlsUpdateResponse. getStatus()The mtls vault registering state.static VaultMtlsUpdateResponse.StatusVaultMtlsUpdateResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static VaultMtlsUpdateResponse.Status[]VaultMtlsUpdateResponse.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.keymanagement.model with parameters of type VaultMtlsUpdateResponse.Status Modifier and Type Method Description VaultMtlsUpdateResponse.BuilderVaultMtlsUpdateResponse.Builder. status(VaultMtlsUpdateResponse.Status status)The mtls vault registering state.Constructors in com.oracle.bmc.keymanagement.model with parameters of type VaultMtlsUpdateResponse.Status Constructor Description VaultMtlsUpdateResponse(String mtlsCryptoDns, String fleetId, VaultMtlsUpdateResponse.Status status)Deprecated.
-