Uses of Class
com.oracle.bmc.certificatesmanagement.model.CaBundleLifecycleState
-
Packages that use CaBundleLifecycleState Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.model -
-
Uses of CaBundleLifecycleState in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement with parameters of type CaBundleLifecycleState Modifier and Type Method Description Waiter<GetCaBundleRequest,GetCaBundleResponse>
CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, CaBundleLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCaBundleRequest,GetCaBundleResponse>
CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, CaBundleLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCaBundleRequest,GetCaBundleResponse>
CertificatesManagementWaiters. forCaBundle(GetCaBundleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, CaBundleLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of CaBundleLifecycleState in com.oracle.bmc.certificatesmanagement.model
Methods in com.oracle.bmc.certificatesmanagement.model that return CaBundleLifecycleState Modifier and Type Method Description static CaBundleLifecycleState
CaBundleLifecycleState. create(String key)
CaBundleLifecycleState
CaBundle. getLifecycleState()
The current lifecycle state of the CA bundle.CaBundleLifecycleState
CaBundleSummary. getLifecycleState()
The current lifecycle state of the CA bundle.static CaBundleLifecycleState
CaBundleLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CaBundleLifecycleState[]
CaBundleLifecycleState. 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 CaBundleLifecycleState Modifier and Type Method Description CaBundle.Builder
CaBundle.Builder. lifecycleState(CaBundleLifecycleState lifecycleState)
The current lifecycle state of the CA bundle.CaBundleSummary.Builder
CaBundleSummary.Builder. lifecycleState(CaBundleLifecycleState lifecycleState)
The current lifecycle state of the CA bundle.Constructors in com.oracle.bmc.certificatesmanagement.model with parameters of type CaBundleLifecycleState Constructor Description CaBundle(String id, String name, String description, Date timeCreated, CaBundleLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CaBundleSummary(String id, String name, String description, Date timeCreated, CaBundleLifecycleState lifecycleState, String lifecycleDetails, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-