Uses of Class
com.oracle.bmc.apiaccesscontrol.model.ApiMetadata.LifecycleState
-
Packages that use ApiMetadata.LifecycleState Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.model com.oracle.bmc.apiaccesscontrol.requests -
-
Uses of ApiMetadata.LifecycleState in com.oracle.bmc.apiaccesscontrol
Methods in com.oracle.bmc.apiaccesscontrol with parameters of type ApiMetadata.LifecycleState Modifier and Type Method Description Waiter<GetApiMetadataRequest,GetApiMetadataResponse>
ApiMetadataWaiters. forApiMetadata(GetApiMetadataRequest request, ApiMetadata.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetApiMetadataRequest,GetApiMetadataResponse>
ApiMetadataWaiters. forApiMetadata(GetApiMetadataRequest request, ApiMetadata.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetApiMetadataRequest,GetApiMetadataResponse>
ApiMetadataWaiters. forApiMetadata(GetApiMetadataRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ApiMetadata.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ApiMetadata.LifecycleState in com.oracle.bmc.apiaccesscontrol.model
Methods in com.oracle.bmc.apiaccesscontrol.model that return ApiMetadata.LifecycleState Modifier and Type Method Description static ApiMetadata.LifecycleState
ApiMetadata.LifecycleState. create(String key)
ApiMetadata.LifecycleState
ApiMetadata. getLifecycleState()
The current state of the ApiMetadata.ApiMetadata.LifecycleState
ApiMetadataSummary. getLifecycleState()
The current state of the ApiMetadata.static ApiMetadata.LifecycleState
ApiMetadata.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiMetadata.LifecycleState[]
ApiMetadata.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apiaccesscontrol.model with parameters of type ApiMetadata.LifecycleState Modifier and Type Method Description ApiMetadata.Builder
ApiMetadata.Builder. lifecycleState(ApiMetadata.LifecycleState lifecycleState)
The current state of the ApiMetadata.ApiMetadataSummary.Builder
ApiMetadataSummary.Builder. lifecycleState(ApiMetadata.LifecycleState lifecycleState)
The current state of the ApiMetadata.Constructors in com.oracle.bmc.apiaccesscontrol.model with parameters of type ApiMetadata.LifecycleState Constructor Description ApiMetadata(String id, String serviceName, String displayName, String path, String entityType, String apiName, List<String> fields, Date timeCreated, Date timeUpdated, Date timeDeleted, ApiMetadata.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ApiMetadataSummary(String id, String serviceName, String displayName, String entityType, String apiName, List<String> attributes, Date timeCreated, Date timeUpdated, ApiMetadata.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of ApiMetadata.LifecycleState in com.oracle.bmc.apiaccesscontrol.requests
Methods in com.oracle.bmc.apiaccesscontrol.requests that return ApiMetadata.LifecycleState Modifier and Type Method Description ApiMetadata.LifecycleState
ListApiMetadataByEntityTypesRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.ApiMetadata.LifecycleState
ListApiMetadataRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apiaccesscontrol.requests with parameters of type ApiMetadata.LifecycleState Modifier and Type Method Description ListApiMetadataByEntityTypesRequest.Builder
ListApiMetadataByEntityTypesRequest.Builder. lifecycleState(ApiMetadata.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.ListApiMetadataRequest.Builder
ListApiMetadataRequest.Builder. lifecycleState(ApiMetadata.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-