Uses of Class
software.amazon.awssdk.services.finspace.model.KxCommandLineArgument
-
Packages that use KxCommandLineArgument Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxCommandLineArgument in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxCommandLineArgument Modifier and Type Method Description List<KxCommandLineArgument>CreateKxClusterRequest. commandLineArguments()Defines the key-value pairs to make them available inside the cluster.List<KxCommandLineArgument>CreateKxClusterResponse. commandLineArguments()Defines the key-value pairs to make them available inside the cluster.List<KxCommandLineArgument>GetKxClusterResponse. commandLineArguments()Defines key-value pairs to make them available inside the cluster.List<KxCommandLineArgument>UpdateKxClusterCodeConfigurationRequest. commandLineArguments()Specifies the key-value pairs to make them available inside the cluster.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxCommandLineArgument Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. commandLineArguments(KxCommandLineArgument... commandLineArguments)Defines the key-value pairs to make them available inside the cluster.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. commandLineArguments(KxCommandLineArgument... commandLineArguments)Defines the key-value pairs to make them available inside the cluster.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. commandLineArguments(KxCommandLineArgument... commandLineArguments)Defines key-value pairs to make them available inside the cluster.UpdateKxClusterCodeConfigurationRequest.BuilderUpdateKxClusterCodeConfigurationRequest.Builder. commandLineArguments(KxCommandLineArgument... commandLineArguments)Specifies the key-value pairs to make them available inside the cluster.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxCommandLineArgument Modifier and Type Method Description CreateKxClusterRequest.BuilderCreateKxClusterRequest.Builder. commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)Defines the key-value pairs to make them available inside the cluster.CreateKxClusterResponse.BuilderCreateKxClusterResponse.Builder. commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)Defines the key-value pairs to make them available inside the cluster.GetKxClusterResponse.BuilderGetKxClusterResponse.Builder. commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)Defines key-value pairs to make them available inside the cluster.UpdateKxClusterCodeConfigurationRequest.BuilderUpdateKxClusterCodeConfigurationRequest.Builder. commandLineArguments(Collection<KxCommandLineArgument> commandLineArguments)Specifies the key-value pairs to make them available inside the cluster.
-