Uses of Class
software.amazon.awssdk.services.finspace.model.KxDataviewSegmentConfiguration
-
Packages that use KxDataviewSegmentConfiguration Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxDataviewSegmentConfiguration in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxDataviewSegmentConfiguration Modifier and Type Method Description List<KxDataviewSegmentConfiguration>CreateKxDataviewRequest. segmentConfigurations()The configuration that contains the database path of the data that you want to place on each selected volume.List<KxDataviewSegmentConfiguration>CreateKxDataviewResponse. segmentConfigurations()The configuration that contains the database path of the data that you want to place on each selected volume.List<KxDataviewSegmentConfiguration>GetKxDataviewResponse. segmentConfigurations()The configuration that contains the database path of the data that you want to place on each selected volume.List<KxDataviewSegmentConfiguration>KxDataviewActiveVersion. segmentConfigurations()The configuration that contains the database path of the data that you want to place on each selected volume.List<KxDataviewSegmentConfiguration>KxDataviewConfiguration. segmentConfigurations()The db path and volume configuration for the segmented database.List<KxDataviewSegmentConfiguration>KxDataviewListEntry. segmentConfigurations()The configuration that contains the database path of the data that you want to place on each selected volume.List<KxDataviewSegmentConfiguration>UpdateKxDataviewRequest. segmentConfigurations()The configuration that contains the database path of the data that you want to place on each selected volume.List<KxDataviewSegmentConfiguration>UpdateKxDataviewResponse. segmentConfigurations()The configuration that contains the database path of the data that you want to place on each selected volume.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxDataviewSegmentConfiguration Modifier and Type Method Description CreateKxDataviewRequest.BuilderCreateKxDataviewRequest.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.CreateKxDataviewResponse.BuilderCreateKxDataviewResponse.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.GetKxDataviewResponse.BuilderGetKxDataviewResponse.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.KxDataviewActiveVersion.BuilderKxDataviewActiveVersion.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.KxDataviewConfiguration.BuilderKxDataviewConfiguration.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The db path and volume configuration for the segmented database.KxDataviewListEntry.BuilderKxDataviewListEntry.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.UpdateKxDataviewRequest.BuilderUpdateKxDataviewRequest.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.UpdateKxDataviewResponse.BuilderUpdateKxDataviewResponse.Builder. segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxDataviewSegmentConfiguration Modifier and Type Method Description CreateKxDataviewRequest.BuilderCreateKxDataviewRequest.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.CreateKxDataviewResponse.BuilderCreateKxDataviewResponse.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.GetKxDataviewResponse.BuilderGetKxDataviewResponse.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.KxDataviewActiveVersion.BuilderKxDataviewActiveVersion.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.KxDataviewConfiguration.BuilderKxDataviewConfiguration.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The db path and volume configuration for the segmented database.KxDataviewListEntry.BuilderKxDataviewListEntry.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.UpdateKxDataviewRequest.BuilderUpdateKxDataviewRequest.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.UpdateKxDataviewResponse.BuilderUpdateKxDataviewResponse.Builder. segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations)The configuration that contains the database path of the data that you want to place on each selected volume.
-