Uses of Class
software.amazon.awssdk.services.finspace.model.CodeConfiguration
-
Packages that use CodeConfiguration Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of CodeConfiguration in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return CodeConfiguration Modifier and Type Method Description CodeConfigurationCreateKxClusterRequest. code()The details of the custom code that you want to use inside a cluster when analyzing a data.CodeConfigurationCreateKxClusterResponse. code()The details of the custom code that you want to use inside a cluster when analyzing a data.CodeConfigurationGetKxClusterResponse. code()The details of the custom code that you want to use inside a cluster when analyzing a data.CodeConfigurationUpdateKxClusterCodeConfigurationRequest. code()Returns the value of the Code property for this object.Methods in software.amazon.awssdk.services.finspace.model with parameters of type CodeConfiguration Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. code(CodeConfiguration code)The details of the custom code that you want to use inside a cluster when analyzing a data.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. code(CodeConfiguration code)The details of the custom code that you want to use inside a cluster when analyzing a data.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. code(CodeConfiguration code)The details of the custom code that you want to use inside a cluster when analyzing a data.UpdateKxClusterCodeConfigurationRequest.BuilderUpdateKxClusterCodeConfigurationRequest.Builder. code(CodeConfiguration code)Sets the value of the Code property for this object.
-