- getArrayBaseColumnType() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The type of the column.
- getArrayValue() - Method in class com.amazonaws.services.rdsdata.model.Field
-
An array of values.
- getArrayValues() - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of arrays.
- getArrayValues() - Method in class com.amazonaws.services.rdsdata.model.Value
-
An array of column values.
- getAttributes() - Method in class com.amazonaws.services.rdsdata.model.StructValue
-
The attributes returned in the record.
- getAwsSecretStoreArn() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.
- getBigIntValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of big integer data type.
- getBitValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of BIT data type.
- getBlobValue() - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of BLOB data type.
- getBlobValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of BLOB data type.
- getBooleanValue() - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of Boolean data type.
- getBooleanValues() - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of Boolean values.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.rdsdata.AbstractAWSRDSData
-
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.rdsdata.AWSRDSData
-
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.rdsdata.AWSRDSDataClient
-
Returns additional metadata for a previously executed successful, request, typically used for debugging issues
where a service isn't acting as expected.
- getColumnCount() - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
The number of columns in the result set.
- getColumnMetadata() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Metadata for the columns included in the results.
- getColumnMetadata() - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
The metadata of the columns in the result set.
- getContinueAfterTimeout() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to continue running the statement after the call times out.
- getDatabase() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The name of the database.
- getDatabase() - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name of the database.
- getDatabase() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The name of the database.
- getDatabase() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The name of the database.
- getDbClusterOrInstanceArn() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The ARN of the Aurora Serverless DB cluster.
- getDbConnectionId() - Method in exception com.amazonaws.services.rdsdata.model.StatementTimeoutException
-
The database connection ID that executed the SQL statement.
- getDecimalReturnType() - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of DECIMAL type is represented in the response.
- getDoubleValue() - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of double data type.
- getDoubleValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of double data type.
- getDoubleValues() - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of floating-point numbers.
- getExecutorService() - Method in class com.amazonaws.services.rdsdata.AWSRDSDataAsyncClient
-
Returns the executor service used by this client to execute async requests.
- getFormatRecordsAs() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to format the result set as a single JSON string.
- getFormattedRecords() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
A string value that represents the result set of a SELECT statement in JSON format.
- getGeneratedFields() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Values for fields generated during a DML request.
- getGeneratedFields() - Method in class com.amazonaws.services.rdsdata.model.UpdateResult
-
Values for fields generated during the request.
- getIncludeResultMetadata() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to include metadata in the results.
- getIntValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of integer data type.
- getIsAutoIncrement() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column increments automatically.
- getIsCaseSensitive() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column is case-sensitive.
- getIsCurrency() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column contains currency values.
- getIsNull() - Method in class com.amazonaws.services.rdsdata.model.Field
-
A NULL value.
- getIsNull() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A NULL value.
- getIsSigned() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether an integer column is signed.
- getLabel() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The label for the column.
- getLongReturnType() - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of LONG type is represented.
- getLongValue() - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of long data type.
- getLongValues() - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of integers.
- getName() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the column.
- getName() - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
The name of the parameter.
- getNullable() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column is nullable.
- getNumberOfRecordsUpdated() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
The number of records updated by the request.
- getNumberOfRecordsUpdated() - Method in class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
The number of records updated by a SQL statement.
- getParameters() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The parameters for the SQL statement.
- getParameterSets() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The parameter set for the batch operation.
- getPrecision() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The precision value of a decimal number column.
- getRealValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of real data type.
- getRecords() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
The records returned by the SQL statement.
- getRecords() - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
The records in the result set.
- getResourceArn() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- getResourceArn() - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- getResourceArn() - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- getResourceArn() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- getResourceArn() - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- getResultFrame() - Method in class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
The result set of the SQL statement.
- getResultSetMetadata() - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
The result-set metadata in the result set.
- getResultSetOptions() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
Options that control how the result set is returned.
- getScale() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The scale value of a decimal number column.
- getSchema() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The name of the database schema.
- getSchema() - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name of the database schema.
- getSchema() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The name of the database schema.
- getSchema() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The name of the database schema.
- getSchemaName() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the schema that owns the table that includes the column.
- getSecretArn() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The ARN of the secret that enables access to the DB cluster.
- getSecretArn() - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- getSecretArn() - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- getSecretArn() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The ARN of the secret that enables access to the DB cluster.
- getSecretArn() - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- getSql() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The SQL statement to run.
- getSql() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The SQL statement to run.
- getSqlStatementResults() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlResult
-
The results of the SQL statement or statements.
- getSqlStatements() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
One or more SQL statements to run on the DB cluster.
- getStringValue() - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of string data type.
- getStringValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of string data type.
- getStringValues() - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of strings.
- getStructValue() - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of STRUCT data type.
- getTableName() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the table that includes the column.
- getTransactionId() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The identifier of a transaction that was started by using the BeginTransaction operation.
- getTransactionId() - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionResult
-
The transaction ID of the transaction started by the call.
- getTransactionId() - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The identifier of the transaction to end and commit.
- getTransactionId() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The identifier of a transaction that was started by using the BeginTransaction operation.
- getTransactionId() - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The identifier of the transaction to roll back.
- getTransactionStatus() - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionResult
-
The status of the commit operation.
- getTransactionStatus() - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionResult
-
The status of the rollback operation.
- getType() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The type of the column.
- getTypeHint() - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
A hint that specifies the correct object type for data type mapping.
- getTypeName() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The database-specific data type of the column.
- getUpdateResults() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementResult
-
The execution results of each batch entry.
- getValue() - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
The value of the parameter.
- getValues() - Method in class com.amazonaws.services.rdsdata.model.Record
-
The values returned in the record.
- ServiceUnavailableErrorException - Exception in com.amazonaws.services.rdsdata.model
-
The service specified by the resourceArn parameter is not available.
- ServiceUnavailableErrorException(String) - Constructor for exception com.amazonaws.services.rdsdata.model.ServiceUnavailableErrorException
-
Constructs a new ServiceUnavailableErrorException with the specified error message.
- setArrayBaseColumnType(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The type of the column.
- setArrayValue(ArrayValue) - Method in class com.amazonaws.services.rdsdata.model.Field
-
An array of values.
- setArrayValues(Collection<ArrayValue>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of arrays.
- setArrayValues(Collection<Value>) - Method in class com.amazonaws.services.rdsdata.model.Value
-
An array of column values.
- setAttributes(Collection<Value>) - Method in class com.amazonaws.services.rdsdata.model.StructValue
-
The attributes returned in the record.
- setAwsSecretStoreArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.
- setBigIntValue(Long) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of big integer data type.
- setBitValue(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of BIT data type.
- setBlobValue(ByteBuffer) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of BLOB data type.
- setBlobValue(ByteBuffer) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of BLOB data type.
- setBooleanValue(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of Boolean data type.
- setBooleanValues(Collection<Boolean>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of Boolean values.
- setColumnCount(Long) - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
The number of columns in the result set.
- setColumnMetadata(Collection<ColumnMetadata>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Metadata for the columns included in the results.
- setColumnMetadata(Collection<ColumnMetadata>) - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
The metadata of the columns in the result set.
- setContinueAfterTimeout(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to continue running the statement after the call times out.
- setDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The name of the database.
- setDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name of the database.
- setDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The name of the database.
- setDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The name of the database.
- setDbClusterOrInstanceArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The ARN of the Aurora Serverless DB cluster.
- setDbConnectionId(Long) - Method in exception com.amazonaws.services.rdsdata.model.StatementTimeoutException
-
The database connection ID that executed the SQL statement.
- setDecimalReturnType(String) - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of DECIMAL type is represented in the response.
- setDoubleValue(Double) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of double data type.
- setDoubleValue(Double) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of double data type.
- setDoubleValues(Collection<Double>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of floating-point numbers.
- setFormatRecordsAs(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to format the result set as a single JSON string.
- setFormattedRecords(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
A string value that represents the result set of a SELECT statement in JSON format.
- setGeneratedFields(Collection<Field>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Values for fields generated during a DML request.
- setGeneratedFields(Collection<Field>) - Method in class com.amazonaws.services.rdsdata.model.UpdateResult
-
Values for fields generated during the request.
- setIncludeResultMetadata(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to include metadata in the results.
- setIntValue(Integer) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of integer data type.
- setIsAutoIncrement(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column increments automatically.
- setIsCaseSensitive(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column is case-sensitive.
- setIsCurrency(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column contains currency values.
- setIsNull(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A NULL value.
- setIsNull(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A NULL value.
- setIsSigned(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether an integer column is signed.
- setLabel(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The label for the column.
- setLongReturnType(String) - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of LONG type is represented.
- setLongValue(Long) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of long data type.
- setLongValues(Collection<Long>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of integers.
- setName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the column.
- setName(String) - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
The name of the parameter.
- setNullable(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column is nullable.
- setNumberOfRecordsUpdated(Long) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
The number of records updated by the request.
- setNumberOfRecordsUpdated(Long) - Method in class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
The number of records updated by a SQL statement.
- setParameters(Collection<SqlParameter>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The parameters for the SQL statement.
- setParameterSets(Collection<List<SqlParameter>>) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The parameter set for the batch operation.
- setPrecision(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The precision value of a decimal number column.
- setRealValue(Float) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of real data type.
- setRecords(Collection<List<Field>>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
The records returned by the SQL statement.
- setRecords(Collection<Record>) - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
The records in the result set.
- setResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- setResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- setResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- setResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- setResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- setResultFrame(ResultFrame) - Method in class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
The result set of the SQL statement.
- setResultSetMetadata(ResultSetMetadata) - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
The result-set metadata in the result set.
- setResultSetOptions(ResultSetOptions) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
Options that control how the result set is returned.
- setScale(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The scale value of a decimal number column.
- setSchema(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The name of the database schema.
- setSchema(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name of the database schema.
- setSchema(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The name of the database schema.
- setSchema(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The name of the database schema.
- setSchemaName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the schema that owns the table that includes the column.
- setSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The ARN of the secret that enables access to the DB cluster.
- setSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- setSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- setSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The ARN of the secret that enables access to the DB cluster.
- setSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- setSql(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The SQL statement to run.
- setSql(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The SQL statement to run.
- setSqlStatementResults(Collection<SqlStatementResult>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlResult
-
The results of the SQL statement or statements.
- setSqlStatements(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
One or more SQL statements to run on the DB cluster.
- setStringValue(String) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of string data type.
- setStringValue(String) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of string data type.
- setStringValues(Collection<String>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of strings.
- setStructValue(StructValue) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of STRUCT data type.
- setTableName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the table that includes the column.
- setTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The identifier of a transaction that was started by using the BeginTransaction operation.
- setTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionResult
-
The transaction ID of the transaction started by the call.
- setTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The identifier of the transaction to end and commit.
- setTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The identifier of a transaction that was started by using the BeginTransaction operation.
- setTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The identifier of the transaction to roll back.
- setTransactionStatus(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionResult
-
The status of the commit operation.
- setTransactionStatus(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionResult
-
The status of the rollback operation.
- setType(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The type of the column.
- setTypeHint(String) - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
A hint that specifies the correct object type for data type mapping.
- setTypeName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The database-specific data type of the column.
- setUpdateResults(Collection<UpdateResult>) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementResult
-
The execution results of each batch entry.
- setValue(Field) - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
The value of the parameter.
- setValues(Collection<Value>) - Method in class com.amazonaws.services.rdsdata.model.Record
-
The values returned in the record.
- shutdown() - Method in class com.amazonaws.services.rdsdata.AbstractAWSRDSData
-
- shutdown() - Method in interface com.amazonaws.services.rdsdata.AWSRDSData
-
Shuts down this client object, releasing any resources that might be held open.
- shutdown() - Method in class com.amazonaws.services.rdsdata.AWSRDSDataAsyncClient
-
Shuts down the client, releasing all managed resources.
- shutdown() - Method in class com.amazonaws.services.rdsdata.AWSRDSDataClient
-
- SqlParameter - Class in com.amazonaws.services.rdsdata.model
-
A parameter used in a SQL statement.
- SqlParameter() - Constructor for class com.amazonaws.services.rdsdata.model.SqlParameter
-
- SqlStatementResult - Class in com.amazonaws.services.rdsdata.model
-
The result of a SQL statement.
- SqlStatementResult() - Constructor for class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
- standard() - Static method in class com.amazonaws.services.rdsdata.AWSRDSDataAsyncClientBuilder
-
- standard() - Static method in class com.amazonaws.services.rdsdata.AWSRDSDataClientBuilder
-
- StatementTimeoutException - Exception in com.amazonaws.services.rdsdata.model
-
The execution of the SQL statement timed out.
- StatementTimeoutException(String) - Constructor for exception com.amazonaws.services.rdsdata.model.StatementTimeoutException
-
Constructs a new StatementTimeoutException with the specified error message.
- StructValue - Class in com.amazonaws.services.rdsdata.model
-
A structure value returned by a call.
- StructValue() - Constructor for class com.amazonaws.services.rdsdata.model.StructValue
-
- toString() - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionResult
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.rdsdata.model.DecimalReturnType
-
- toString() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.Field
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.rdsdata.model.LongReturnType
-
- toString() - Method in class com.amazonaws.services.rdsdata.model.Record
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.rdsdata.model.RecordsFormatType
-
- toString() - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.StructValue
-
Returns a string representation of this object.
- toString() - Method in enum com.amazonaws.services.rdsdata.model.TypeHint
-
- toString() - Method in class com.amazonaws.services.rdsdata.model.UpdateResult
-
Returns a string representation of this object.
- toString() - Method in class com.amazonaws.services.rdsdata.model.Value
-
Returns a string representation of this object.
- TypeHint - Enum in com.amazonaws.services.rdsdata.model
-
- withArrayBaseColumnType(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The type of the column.
- withArrayValue(ArrayValue) - Method in class com.amazonaws.services.rdsdata.model.Field
-
An array of values.
- withArrayValues(ArrayValue...) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of arrays.
- withArrayValues(Collection<ArrayValue>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of arrays.
- withArrayValues(Value...) - Method in class com.amazonaws.services.rdsdata.model.Value
-
An array of column values.
- withArrayValues(Collection<Value>) - Method in class com.amazonaws.services.rdsdata.model.Value
-
An array of column values.
- withAttributes(Value...) - Method in class com.amazonaws.services.rdsdata.model.StructValue
-
The attributes returned in the record.
- withAttributes(Collection<Value>) - Method in class com.amazonaws.services.rdsdata.model.StructValue
-
The attributes returned in the record.
- withAwsSecretStoreArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The Amazon Resource Name (ARN) of the secret that enables access to the DB cluster.
- withBigIntValue(Long) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of big integer data type.
- withBitValue(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of BIT data type.
- withBlobValue(ByteBuffer) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of BLOB data type.
- withBlobValue(ByteBuffer) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of BLOB data type.
- withBooleanValue(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of Boolean data type.
- withBooleanValues(Boolean...) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of Boolean values.
- withBooleanValues(Collection<Boolean>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of Boolean values.
- withColumnCount(Long) - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
The number of columns in the result set.
- withColumnMetadata(ColumnMetadata...) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Metadata for the columns included in the results.
- withColumnMetadata(Collection<ColumnMetadata>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Metadata for the columns included in the results.
- withColumnMetadata(ColumnMetadata...) - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
The metadata of the columns in the result set.
- withColumnMetadata(Collection<ColumnMetadata>) - Method in class com.amazonaws.services.rdsdata.model.ResultSetMetadata
-
The metadata of the columns in the result set.
- withContinueAfterTimeout(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to continue running the statement after the call times out.
- withDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The name of the database.
- withDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name of the database.
- withDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The name of the database.
- withDatabase(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The name of the database.
- withDbClusterOrInstanceArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The ARN of the Aurora Serverless DB cluster.
- withDbConnectionId(Long) - Method in exception com.amazonaws.services.rdsdata.model.StatementTimeoutException
-
The database connection ID that executed the SQL statement.
- withDecimalReturnType(String) - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of DECIMAL type is represented in the response.
- withDecimalReturnType(DecimalReturnType) - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of DECIMAL type is represented in the response.
- withDoubleValue(Double) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of double data type.
- withDoubleValue(Double) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of double data type.
- withDoubleValues(Double...) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of floating-point numbers.
- withDoubleValues(Collection<Double>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of floating-point numbers.
- withFormatRecordsAs(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to format the result set as a single JSON string.
- withFormatRecordsAs(RecordsFormatType) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to format the result set as a single JSON string.
- withFormattedRecords(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
A string value that represents the result set of a SELECT statement in JSON format.
- withGeneratedFields(Field...) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Values for fields generated during a DML request.
- withGeneratedFields(Collection<Field>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
Values for fields generated during a DML request.
- withGeneratedFields(Field...) - Method in class com.amazonaws.services.rdsdata.model.UpdateResult
-
Values for fields generated during the request.
- withGeneratedFields(Collection<Field>) - Method in class com.amazonaws.services.rdsdata.model.UpdateResult
-
Values for fields generated during the request.
- withIncludeResultMetadata(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
A value that indicates whether to include metadata in the results.
- withIntValue(Integer) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of integer data type.
- withIsAutoIncrement(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column increments automatically.
- withIsCaseSensitive(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column is case-sensitive.
- withIsCurrency(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column contains currency values.
- withIsNull(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A NULL value.
- withIsNull(Boolean) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A NULL value.
- withIsSigned(Boolean) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether an integer column is signed.
- withLabel(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The label for the column.
- withLongReturnType(String) - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of LONG type is represented.
- withLongReturnType(LongReturnType) - Method in class com.amazonaws.services.rdsdata.model.ResultSetOptions
-
A value that indicates how a field of LONG type is represented.
- withLongValue(Long) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of long data type.
- withLongValues(Long...) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of integers.
- withLongValues(Collection<Long>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of integers.
- withName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the column.
- withName(String) - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
The name of the parameter.
- withNullable(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
A value that indicates whether the column is nullable.
- withNumberOfRecordsUpdated(Long) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
The number of records updated by the request.
- withNumberOfRecordsUpdated(Long) - Method in class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
The number of records updated by a SQL statement.
- withParameters(SqlParameter...) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The parameters for the SQL statement.
- withParameters(Collection<SqlParameter>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The parameters for the SQL statement.
- withParameterSets(List<SqlParameter>...) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The parameter set for the batch operation.
- withParameterSets(Collection<List<SqlParameter>>) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The parameter set for the batch operation.
- withPrecision(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The precision value of a decimal number column.
- withRealValue(Float) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of real data type.
- withRecords(List<Field>...) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
The records returned by the SQL statement.
- withRecords(Collection<List<Field>>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementResult
-
The records returned by the SQL statement.
- withRecords(Record...) - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
The records in the result set.
- withRecords(Collection<Record>) - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
The records in the result set.
- withResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- withResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- withResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- withResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- withResourceArn(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The Amazon Resource Name (ARN) of the Aurora Serverless DB cluster.
- withResultFrame(ResultFrame) - Method in class com.amazonaws.services.rdsdata.model.SqlStatementResult
-
The result set of the SQL statement.
- withResultSetMetadata(ResultSetMetadata) - Method in class com.amazonaws.services.rdsdata.model.ResultFrame
-
The result-set metadata in the result set.
- withResultSetOptions(ResultSetOptions) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
Options that control how the result set is returned.
- withScale(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The scale value of a decimal number column.
- withSchema(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The name of the database schema.
- withSchema(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name of the database schema.
- withSchema(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
The name of the database schema.
- withSchema(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The name of the database schema.
- withSchemaName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the schema that owns the table that includes the column.
- withSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The ARN of the secret that enables access to the DB cluster.
- withSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- withSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- withSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The ARN of the secret that enables access to the DB cluster.
- withSecretArn(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The name or ARN of the secret that enables access to the DB cluster.
- withSql(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The SQL statement to run.
- withSql(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The SQL statement to run.
- withSqlStatementResults(SqlStatementResult...) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlResult
-
The results of the SQL statement or statements.
- withSqlStatementResults(Collection<SqlStatementResult>) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlResult
-
The results of the SQL statement or statements.
- withSqlStatements(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteSqlRequest
-
One or more SQL statements to run on the DB cluster.
- withStringValue(String) - Method in class com.amazonaws.services.rdsdata.model.Field
-
A value of string data type.
- withStringValue(String) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of string data type.
- withStringValues(String...) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of strings.
- withStringValues(Collection<String>) - Method in class com.amazonaws.services.rdsdata.model.ArrayValue
-
An array of strings.
- withStructValue(StructValue) - Method in class com.amazonaws.services.rdsdata.model.Value
-
A value for a column of STRUCT data type.
- withTableName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The name of the table that includes the column.
- withTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementRequest
-
The identifier of a transaction that was started by using the BeginTransaction operation.
- withTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.BeginTransactionResult
-
The transaction ID of the transaction started by the call.
- withTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionRequest
-
The identifier of the transaction to end and commit.
- withTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.ExecuteStatementRequest
-
The identifier of a transaction that was started by using the BeginTransaction operation.
- withTransactionId(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionRequest
-
The identifier of the transaction to roll back.
- withTransactionStatus(String) - Method in class com.amazonaws.services.rdsdata.model.CommitTransactionResult
-
The status of the commit operation.
- withTransactionStatus(String) - Method in class com.amazonaws.services.rdsdata.model.RollbackTransactionResult
-
The status of the rollback operation.
- withType(Integer) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The type of the column.
- withTypeHint(String) - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
A hint that specifies the correct object type for data type mapping.
- withTypeHint(TypeHint) - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
A hint that specifies the correct object type for data type mapping.
- withTypeName(String) - Method in class com.amazonaws.services.rdsdata.model.ColumnMetadata
-
The database-specific data type of the column.
- withUpdateResults(UpdateResult...) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementResult
-
The execution results of each batch entry.
- withUpdateResults(Collection<UpdateResult>) - Method in class com.amazonaws.services.rdsdata.model.BatchExecuteStatementResult
-
The execution results of each batch entry.
- withValue(Field) - Method in class com.amazonaws.services.rdsdata.model.SqlParameter
-
The value of the parameter.
- withValues(Value...) - Method in class com.amazonaws.services.rdsdata.model.Record
-
The values returned in the record.
- withValues(Collection<Value>) - Method in class com.amazonaws.services.rdsdata.model.Record
-
The values returned in the record.