Uses of Class
com.oracle.bmc.apigateway.model.Certificate.LifecycleState
-
Packages that use Certificate.LifecycleState Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.model com.oracle.bmc.apigateway.requests -
-
Uses of Certificate.LifecycleState in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type Certificate.LifecycleState Modifier and Type Method Description Waiter<GetCertificateRequest,GetCertificateResponse>
ApiGatewayWaiters. forCertificate(GetCertificateRequest request, Certificate.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
ApiGatewayWaiters. forCertificate(GetCertificateRequest request, Certificate.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetCertificateRequest,GetCertificateResponse>
ApiGatewayWaiters. forCertificate(GetCertificateRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Certificate.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Certificate.LifecycleState in com.oracle.bmc.apigateway.model
Methods in com.oracle.bmc.apigateway.model that return Certificate.LifecycleState Modifier and Type Method Description static Certificate.LifecycleState
Certificate.LifecycleState. create(String key)
Certificate.LifecycleState
Certificate. getLifecycleState()
The current state of the certificate.Certificate.LifecycleState
CertificateSummary. getLifecycleState()
The current state of the certificate.static Certificate.LifecycleState
Certificate.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Certificate.LifecycleState[]
Certificate.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.model with parameters of type Certificate.LifecycleState Modifier and Type Method Description Certificate.Builder
Certificate.Builder. lifecycleState(Certificate.LifecycleState lifecycleState)
The current state of the certificate.CertificateSummary.Builder
CertificateSummary.Builder. lifecycleState(Certificate.LifecycleState lifecycleState)
The current state of the certificate.Constructors in com.oracle.bmc.apigateway.model with parameters of type Certificate.LifecycleState Constructor Description Certificate(String id, String displayName, String compartmentId, List<String> subjectNames, Date timeNotValidAfter, String certificate, String intermediateCertificates, Date timeCreated, Date timeUpdated, Certificate.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CertificateSummary(String id, String displayName, String compartmentId, List<String> subjectNames, Date timeNotValidAfter, Date timeCreated, Date timeUpdated, Certificate.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Certificate.LifecycleState in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return Certificate.LifecycleState Modifier and Type Method Description Certificate.LifecycleState
ListCertificatesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apigateway.requests with parameters of type Certificate.LifecycleState Modifier and Type Method Description ListCertificatesRequest.Builder
ListCertificatesRequest.Builder. lifecycleState(Certificate.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-