Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.model | |
com.oracle.bmc.apigateway.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetCertificateRequest,GetCertificateResponse> |
ApiGatewayWaiters.forCertificate(GetCertificateRequest request,
Certificate.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetCertificateRequest,GetCertificateResponse> |
ApiGatewayWaiters.forCertificate(GetCertificateRequest request,
Certificate.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetCertificateRequest,GetCertificateResponse> |
ApiGatewayWaiters.forCertificate(GetCertificateRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Certificate.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Certificate.LifecycleState |
Certificate.LifecycleState.create(String key) |
Certificate.LifecycleState |
CertificateSummary.getLifecycleState()
The current state of the certificate.
|
Certificate.LifecycleState |
Certificate.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.
|
Modifier and Type | Method and Description |
---|---|
CertificateSummary.Builder |
CertificateSummary.Builder.lifecycleState(Certificate.LifecycleState lifecycleState)
The current state of the certificate.
|
Certificate.Builder |
Certificate.Builder.lifecycleState(Certificate.LifecycleState lifecycleState)
The current state of the certificate.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Certificate.LifecycleState |
ListCertificatesRequest.getLifecycleState()
A filter to return only resources that match the given lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListCertificatesRequest.Builder |
ListCertificatesRequest.Builder.lifecycleState(Certificate.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
|
Copyright © 2016–2024. All rights reserved.