Uses of Class
com.oracle.bmc.certificatesmanagement.model.CertificateLifecycleState
-
Packages that use CertificateLifecycleState Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.model -
-
Uses of CertificateLifecycleState in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement with parameters of type CertificateLifecycleState Modifier and Type Method Description Waiter<GetCertificateRequest,GetCertificateResponse>
CertificatesManagementWaiters. forCertificate(GetCertificateRequest request, CertificateLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
CertificatesManagementWaiters. forCertificate(GetCertificateRequest request, CertificateLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
CertificatesManagementWaiters. forCertificate(GetCertificateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CertificateLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CertificateLifecycleState in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CertificateLifecycleState Modifier and Type Method Description static CertificateLifecycleState
CertificateLifecycleState. create(String key)
CertificateLifecycleState
Certificate. getLifecycleState()
The current lifecycle state of the certificate.CertificateLifecycleState
CertificateSummary. getLifecycleState()
The current lifecycle state of the certificate.static CertificateLifecycleState
CertificateLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CertificateLifecycleState[]
CertificateLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateLifecycleState Modifier and Type Method Description Certificate.Builder
Certificate.Builder. lifecycleState(CertificateLifecycleState lifecycleState)
The current lifecycle state of the certificate.CertificateSummary.Builder
CertificateSummary.Builder. lifecycleState(CertificateLifecycleState lifecycleState)
The current lifecycle state of the certificate.Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type CertificateLifecycleState Constructor Description Certificate(String id, String issuerCertificateAuthorityId, String name, String description, List<CertificateRule> certificateRules, Date timeCreated, Date timeOfDeletion, CertificateLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, CertificateVersionSummary currentVersion, CertificateSubject subject, CertificateRevocationListDetails certificateRevocationListDetails, CertificateConfigType configType, KeyAlgorithm keyAlgorithm, SignatureAlgorithm signatureAlgorithm, CertificateProfileType certificateProfileType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CertificateSummary(String id, String issuerCertificateAuthorityId, String name, String description, Date timeCreated, Date timeOfDeletion, CertificateLifecycleState lifecycleState, String compartmentId, List<CertificateRule> certificateRules, CertificateVersionSummary currentVersionSummary, CertificateSubject subject, CertificateConfigType configType, KeyAlgorithm keyAlgorithm, SignatureAlgorithm signatureAlgorithm, CertificateProfileType certificateProfileType, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-