Uses of Class
com.oracle.bmc.certificates.requests.GetCertificateBundleRequest.Stage
-
Packages that use GetCertificateBundleRequest.Stage Package Description com.oracle.bmc.certificates.requests -
-
Uses of GetCertificateBundleRequest.Stage in com.oracle.bmc.certificates.requests
Methods in com.oracle.bmc.certificates.requests that return GetCertificateBundleRequest.Stage Modifier and Type Method Description static GetCertificateBundleRequest.Stage
GetCertificateBundleRequest.Stage. create(String key)
GetCertificateBundleRequest.Stage
GetCertificateBundleRequest. getStage()
The rotation state of the certificate version.static GetCertificateBundleRequest.Stage
GetCertificateBundleRequest.Stage. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetCertificateBundleRequest.Stage[]
GetCertificateBundleRequest.Stage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.certificates.requests with parameters of type GetCertificateBundleRequest.Stage Modifier and Type Method Description GetCertificateBundleRequest.Builder
GetCertificateBundleRequest.Builder. stage(GetCertificateBundleRequest.Stage stage)
The rotation state of the certificate version.
-