Uses of Class
com.oracle.bmc.certificates.requests.GetCertificateAuthorityBundleRequest.Stage
-
Packages that use GetCertificateAuthorityBundleRequest.Stage Package Description com.oracle.bmc.certificates.requests -
-
Uses of GetCertificateAuthorityBundleRequest.Stage in com.oracle.bmc.certificates.requests
Methods in com.oracle.bmc.certificates.requests that return GetCertificateAuthorityBundleRequest.Stage Modifier and Type Method Description static GetCertificateAuthorityBundleRequest.Stage
GetCertificateAuthorityBundleRequest.Stage. create(String key)
GetCertificateAuthorityBundleRequest.Stage
GetCertificateAuthorityBundleRequest. getStage()
The rotation state of the certificate version.static GetCertificateAuthorityBundleRequest.Stage
GetCertificateAuthorityBundleRequest.Stage. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetCertificateAuthorityBundleRequest.Stage[]
GetCertificateAuthorityBundleRequest.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 GetCertificateAuthorityBundleRequest.Stage Modifier and Type Method Description GetCertificateAuthorityBundleRequest.Builder
GetCertificateAuthorityBundleRequest.Builder. stage(GetCertificateAuthorityBundleRequest.Stage stage)
The rotation state of the certificate version.
-