Uses of Class
com.oracle.bmc.gdp.model.BucketDetailsDefinition
-
Packages that use BucketDetailsDefinition Package Description com.oracle.bmc.gdp.model -
-
Uses of BucketDetailsDefinition in com.oracle.bmc.gdp.model
Methods in com.oracle.bmc.gdp.model that return BucketDetailsDefinition Modifier and Type Method Description BucketDetailsDefinitionBucketDetailsDefinition.Builder. build()Methods in com.oracle.bmc.gdp.model that return types with arguments of type BucketDetailsDefinition Modifier and Type Method Description List<BucketDetailsDefinition>CreateGdpPipelineDetails. getBucketDetails()Information about the bucket in the pipeline being configured.List<BucketDetailsDefinition>GdpPipeline. getBucketDetails()Information about the bucket in the pipeline being configured.Methods in com.oracle.bmc.gdp.model with parameters of type BucketDetailsDefinition Modifier and Type Method Description BucketDetailsDefinition.BuilderBucketDetailsDefinition.Builder. copy(BucketDetailsDefinition model)Method parameters in com.oracle.bmc.gdp.model with type arguments of type BucketDetailsDefinition Modifier and Type Method Description CreateGdpPipelineDetails.BuilderCreateGdpPipelineDetails.Builder. bucketDetails(List<BucketDetailsDefinition> bucketDetails)Information about the bucket in the pipeline being configured.GdpPipeline.BuilderGdpPipeline.Builder. bucketDetails(List<BucketDetailsDefinition> bucketDetails)Information about the bucket in the pipeline being configured.
-