Uses of Class
com.oracle.bmc.gdp.model.GdpPipeline.LifecycleState
-
Packages that use GdpPipeline.LifecycleState Package Description com.oracle.bmc.gdp com.oracle.bmc.gdp.model com.oracle.bmc.gdp.requests -
-
Uses of GdpPipeline.LifecycleState in com.oracle.bmc.gdp
Methods in com.oracle.bmc.gdp with parameters of type GdpPipeline.LifecycleState Modifier and Type Method Description Waiter<GetGdpPipelineRequest,GetGdpPipelineResponse>GuardedDataPipelineWaiters. forGdpPipeline(GetGdpPipelineRequest request, GdpPipeline.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetGdpPipelineRequest,GetGdpPipelineResponse>GuardedDataPipelineWaiters. forGdpPipeline(GetGdpPipelineRequest request, GdpPipeline.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetGdpPipelineRequest,GetGdpPipelineResponse>GuardedDataPipelineWaiters. forGdpPipeline(GetGdpPipelineRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, GdpPipeline.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of GdpPipeline.LifecycleState in com.oracle.bmc.gdp.model
Methods in com.oracle.bmc.gdp.model that return GdpPipeline.LifecycleState Modifier and Type Method Description static GdpPipeline.LifecycleStateGdpPipeline.LifecycleState. create(String key)GdpPipeline.LifecycleStateGdpPipeline. getLifecycleState()The current state of the pipeline.GdpPipeline.LifecycleStateGdpPipelineSummary. getLifecycleState()The current state of the pipeline.static GdpPipeline.LifecycleStateGdpPipeline.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static GdpPipeline.LifecycleState[]GdpPipeline.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.gdp.model with parameters of type GdpPipeline.LifecycleState Modifier and Type Method Description GdpPipeline.BuilderGdpPipeline.Builder. lifecycleState(GdpPipeline.LifecycleState lifecycleState)The current state of the pipeline.GdpPipelineSummary.BuilderGdpPipelineSummary.Builder. lifecycleState(GdpPipeline.LifecycleState lifecycleState)The current state of the pipeline.Constructors in com.oracle.bmc.gdp.model with parameters of type GdpPipeline.LifecycleState Constructor Description GdpPipeline(String id, String compartmentId, GdpPipeline.LifecycleState lifecycleState, String lifecycleDetails, String displayName, String description, String serviceLogGroupId, GdpPipeline.PipelineType pipelineType, List<String> fileTypes, String authorizationDetails, List<BucketDetailsDefinition> bucketDetails, String peeringRegion, String peeredGdpPipelineId, Date timeCreated, Date timeUpdated, Boolean isFileOverrideInDestinationEnabled, Boolean isScanningEnabled, Boolean isChunkingEnabled, Boolean isApprovalNeeded, String approvalKeyVaultId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.GdpPipelineSummary(String id, String compartmentId, GdpPipeline.LifecycleState lifecycleState, String displayName, String description, String serviceLogGroupId, GdpPipeline.PipelineType pipelineType, String peeringRegion, String authorizationDetails, Date timeCreated, Date timeUpdated, Boolean isFileOverrideInDestinationEnabled, Boolean isScanningEnabled, Boolean isChunkingEnabled, Boolean isApprovalNeeded, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of GdpPipeline.LifecycleState in com.oracle.bmc.gdp.requests
Methods in com.oracle.bmc.gdp.requests that return GdpPipeline.LifecycleState Modifier and Type Method Description GdpPipeline.LifecycleStateListGdpPipelinesRequest. getLifecycleState()A filter to return only resources with a lifecycleState that matches the given lifecycleState.Methods in com.oracle.bmc.gdp.requests with parameters of type GdpPipeline.LifecycleState Modifier and Type Method Description ListGdpPipelinesRequest.BuilderListGdpPipelinesRequest.Builder. lifecycleState(GdpPipeline.LifecycleState lifecycleState)A filter to return only resources with a lifecycleState that matches the given lifecycleState.
-