Uses of Class
software.amazon.awssdk.services.databrew.model.Sample
-
Packages that use Sample Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of Sample in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return Sample Modifier and Type Method Description SampleCreateProjectRequest. sample()Returns the value of the Sample property for this object.SampleDescribeProjectResponse. sample()Returns the value of the Sample property for this object.SampleProject. sample()The sample size and sampling type to apply to the data.SampleUpdateProjectRequest. sample()Returns the value of the Sample property for this object.Methods in software.amazon.awssdk.services.databrew.model with parameters of type Sample Modifier and Type Method Description CreateProjectRequest.BuilderCreateProjectRequest.Builder. sample(Sample sample)Sets the value of the Sample property for this object.DescribeProjectResponse.BuilderDescribeProjectResponse.Builder. sample(Sample sample)Sets the value of the Sample property for this object.Project.BuilderProject.Builder. sample(Sample sample)The sample size and sampling type to apply to the data.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. sample(Sample sample)Sets the value of the Sample property for this object.
-