Uses of Class
software.amazon.awssdk.services.finspace.model.KxSavedownStorageConfiguration
-
Packages that use KxSavedownStorageConfiguration Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxSavedownStorageConfiguration in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxSavedownStorageConfiguration Modifier and Type Method Description KxSavedownStorageConfigurationCreateKxClusterRequest. savedownStorageConfiguration()The size and type of the temporary storage that is used to hold data during the savedown process.KxSavedownStorageConfigurationCreateKxClusterResponse. savedownStorageConfiguration()The size and type of the temporary storage that is used to hold data during the savedown process.KxSavedownStorageConfigurationGetKxClusterResponse. savedownStorageConfiguration()The size and type of the temporary storage that is used to hold data during the savedown process.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxSavedownStorageConfiguration Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. savedownStorageConfiguration(KxSavedownStorageConfiguration savedownStorageConfiguration)The size and type of the temporary storage that is used to hold data during the savedown process.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. savedownStorageConfiguration(KxSavedownStorageConfiguration savedownStorageConfiguration)The size and type of the temporary storage that is used to hold data during the savedown process.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. savedownStorageConfiguration(KxSavedownStorageConfiguration savedownStorageConfiguration)The size and type of the temporary storage that is used to hold data during the savedown process.
-