- CapacitySpecification - Class in software.amazon.awssdk.services.keyspaces.model
-
Amazon Keyspaces has two read/write capacity modes for processing reads and writes on your tables:
- capacitySpecification(CapacitySpecification) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
Specifies the read/write throughput capacity mode for the table.
- capacitySpecification(Consumer<CapacitySpecification.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
Specifies the read/write throughput capacity mode for the table.
- capacitySpecification() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
Specifies the read/write throughput capacity mode for the table.
- capacitySpecification(CapacitySpecificationSummary) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The read/write throughput capacity mode for a table.
- capacitySpecification(Consumer<CapacitySpecificationSummary.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The read/write throughput capacity mode for a table.
- capacitySpecification() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The read/write throughput capacity mode for a table.
- capacitySpecification(CapacitySpecification) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
Modifies the read/write throughput capacity mode for the table.
- capacitySpecification(Consumer<CapacitySpecification.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
Modifies the read/write throughput capacity mode for the table.
- capacitySpecification() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
Modifies the read/write throughput capacity mode for the table.
- CapacitySpecification.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- capacitySpecificationOverride(CapacitySpecification) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
Specifies the read/write throughput capacity mode for the target table.
- capacitySpecificationOverride(Consumer<CapacitySpecification.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
Specifies the read/write throughput capacity mode for the target table.
- capacitySpecificationOverride() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
Specifies the read/write throughput capacity mode for the target table.
- CapacitySpecificationSummary - Class in software.amazon.awssdk.services.keyspaces.model
-
The read/write throughput capacity mode for a table.
- CapacitySpecificationSummary.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.keyspaces.model.AccessDeniedException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.keyspaces.model.ConflictException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.keyspaces.model.InternalServerException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspacesException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.keyspaces.model.ServiceQuotaExceededException.Builder
-
- cause(Throwable) - Method in interface software.amazon.awssdk.services.keyspaces.model.ValidationException.Builder
-
- ClusteringKey - Class in software.amazon.awssdk.services.keyspaces.model
-
The optional clustering column portion of your primary key determines how the data is clustered and sorted within
each partition.
- ClusteringKey.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- clusteringKeys(Collection<ClusteringKey>) - Method in interface software.amazon.awssdk.services.keyspaces.model.SchemaDefinition.Builder
-
The columns that are part of the clustering key of the table.
- clusteringKeys(ClusteringKey...) - Method in interface software.amazon.awssdk.services.keyspaces.model.SchemaDefinition.Builder
-
The columns that are part of the clustering key of the table.
- clusteringKeys(Consumer<ClusteringKey.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.SchemaDefinition.Builder
-
The columns that are part of the clustering key of the table.
- clusteringKeys() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
The columns that are part of the clustering key of the table.
- ColumnDefinition - Class in software.amazon.awssdk.services.keyspaces.model
-
The names and data types of regular columns.
- ColumnDefinition.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- Comment - Class in software.amazon.awssdk.services.keyspaces.model
-
An optional comment that describes the table.
- comment(Comment) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
This parameter allows to enter a description of the table.
- comment(Consumer<Comment.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
This parameter allows to enter a description of the table.
- comment() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
This parameter allows to enter a description of the table.
- comment(Comment) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The the description of the specified table.
- comment(Consumer<Comment.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The the description of the specified table.
- comment() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The the description of the specified table.
- Comment.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- ConflictException - Exception in software.amazon.awssdk.services.keyspaces.model
-
Amazon Keyspaces could not complete the requested action.
- ConflictException.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- create() - Static method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
- create() - Static method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
- create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesResponseMetadata
-
- createKeyspace(CreateKeyspaceRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
The CreateKeyspace operation adds a new keyspace to your account.
- createKeyspace(Consumer<CreateKeyspaceRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
The CreateKeyspace operation adds a new keyspace to your account.
- createKeyspace(CreateKeyspaceRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
The CreateKeyspace operation adds a new keyspace to your account.
- createKeyspace(Consumer<CreateKeyspaceRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
The CreateKeyspace operation adds a new keyspace to your account.
- CreateKeyspaceRequest - Class in software.amazon.awssdk.services.keyspaces.model
-
- CreateKeyspaceRequest.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- CreateKeyspaceRequestMarshaller - Class in software.amazon.awssdk.services.keyspaces.transform
-
- CreateKeyspaceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.keyspaces.transform.CreateKeyspaceRequestMarshaller
-
- CreateKeyspaceResponse - Class in software.amazon.awssdk.services.keyspaces.model
-
- CreateKeyspaceResponse.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- createTable(CreateTableRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
The CreateTable operation adds a new table to the specified keyspace.
- createTable(Consumer<CreateTableRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
The CreateTable operation adds a new table to the specified keyspace.
- createTable(CreateTableRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
The CreateTable operation adds a new table to the specified keyspace.
- createTable(Consumer<CreateTableRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
The CreateTable operation adds a new table to the specified keyspace.
- CreateTableRequest - Class in software.amazon.awssdk.services.keyspaces.model
-
- CreateTableRequest.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- CreateTableRequestMarshaller - Class in software.amazon.awssdk.services.keyspaces.transform
-
- CreateTableRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.keyspaces.transform.CreateTableRequestMarshaller
-
- CreateTableResponse - Class in software.amazon.awssdk.services.keyspaces.model
-
- CreateTableResponse.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- creationTimestamp(Instant) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The creation timestamp of the specified table.
- creationTimestamp() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The creation timestamp of the specified table.
- key(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.Tag.Builder
-
The key of the tag.
- key() - Method in class software.amazon.awssdk.services.keyspaces.model.Tag
-
The key of the tag.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest.Builder
-
The name of the keyspace to be created.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
The name of the keyspace to be created.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
The name of the keyspace that the table is going to be created in.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
The name of the keyspace that the table is going to be created in.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest.Builder
-
The name of the keyspace to be deleted.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest
-
The name of the keyspace to be deleted.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest.Builder
-
The name of the keyspace of the to be deleted table.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest
-
The name of the keyspace of the to be deleted table.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest.Builder
-
The name of the keyspace.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest
-
The name of the keyspace.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse.Builder
-
The name of the keyspace.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
The name of the keyspace.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableRequest.Builder
-
The name of the keyspace that the table is stored in.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
The name of the keyspace that the table is stored in.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The name of the keyspace that the specified table is stored in.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The name of the keyspace that the specified table is stored in.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary.Builder
-
The name of the keyspace.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
The name of the keyspace.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTablesRequest.Builder
-
The name of the keyspace.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesRequest
-
The name of the keyspace.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.TableSummary.Builder
-
The name of the keyspace that the table is stored in.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
The name of the keyspace that the table is stored in.
- keyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
The name of the keyspace the specified table is stored in.
- keyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
The name of the keyspace the specified table is stored in.
- keyspaces(Collection<KeyspaceSummary>) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse.Builder
-
A list of keyspaces.
- keyspaces(KeyspaceSummary...) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse.Builder
-
A list of keyspaces.
- keyspaces(Consumer<KeyspaceSummary.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse.Builder
-
A list of keyspaces.
- keyspaces() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse
-
A list of keyspaces.
- keyspaces() - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListKeyspacesIterable
-
- keyspaces() - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListKeyspacesPublisher
-
Returns a publisher that can be used to get a stream of data.
- KeyspacesAsyncClient - Interface in software.amazon.awssdk.services.keyspaces
-
Service client for accessing Amazon Keyspaces asynchronously.
- KeyspacesAsyncClientBuilder - Interface in software.amazon.awssdk.services.keyspaces
-
- KeyspacesBaseClientBuilder<B extends KeyspacesBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.keyspaces
-
- KeyspacesClient - Interface in software.amazon.awssdk.services.keyspaces
-
Service client for accessing Amazon Keyspaces.
- KeyspacesClientBuilder - Interface in software.amazon.awssdk.services.keyspaces
-
- KeyspacesClientOption<T> - Class in software.amazon.awssdk.services.keyspaces.internal
-
- KeyspacesException - Exception in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesException(KeyspacesException.Builder) - Constructor for exception software.amazon.awssdk.services.keyspaces.model.KeyspacesException
-
- KeyspacesException.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesException.BuilderImpl - Class in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesRequest - Class in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesRequest(KeyspacesRequest.Builder) - Constructor for class software.amazon.awssdk.services.keyspaces.model.KeyspacesRequest
-
- KeyspacesRequest.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesRequest.BuilderImpl - Class in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesResponse - Class in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesResponse(KeyspacesResponse.Builder) - Constructor for class software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse
-
- KeyspacesResponse.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesResponse.BuilderImpl - Class in software.amazon.awssdk.services.keyspaces.model
-
- KeyspacesResponseMetadata - Class in software.amazon.awssdk.services.keyspaces.model
-
- KeyspaceSummary - Class in software.amazon.awssdk.services.keyspaces.model
-
Represents the properties of a keyspace.
- KeyspaceSummary.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- kmsKeyIdentifier(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification.Builder
-
The Amazon Resource Name (ARN) of the customer managed KMS key, for example
kms_key_identifier:ARN.
- kmsKeyIdentifier() - Method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
The Amazon Resource Name (ARN) of the customer managed KMS key, for example kms_key_identifier:ARN.
- knownValues() - Static method in enum software.amazon.awssdk.services.keyspaces.model.EncryptionType
-
- knownValues() - Static method in enum software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoveryStatus
-
- knownValues() - Static method in enum software.amazon.awssdk.services.keyspaces.model.SortOrder
-
- knownValues() - Static method in enum software.amazon.awssdk.services.keyspaces.model.TableStatus
-
- knownValues() - Static method in enum software.amazon.awssdk.services.keyspaces.model.ThroughputMode
-
- knownValues() - Static method in enum software.amazon.awssdk.services.keyspaces.model.TimeToLiveStatus
-
- readCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.keyspaces.model.CapacitySpecification.Builder
-
The throughput capacity specified for read operations defined in
read capacity units (RCUs).
- readCapacityUnits() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
The throughput capacity specified for read operations defined in read capacity units
(RCUs).
- readCapacityUnits(Long) - Method in interface software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary.Builder
-
The throughput capacity specified for read operations defined in
read capacity units (RCUs).
- readCapacityUnits() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
The throughput capacity specified for read operations defined in read capacity units
(RCUs).
- requestId(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.AccessDeniedException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ConflictException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.InternalServerException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspacesException.Builder
-
- requestId(String) - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesException.BuilderImpl
-
- requestId(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ServiceQuotaExceededException.Builder
-
- requestId(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ValidationException.Builder
-
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceResponse.Builder
-
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceResponse
-
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableResponse.Builder
-
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableResponse
-
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse.Builder
-
The ARN of the keyspace.
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
The ARN of the keyspace.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The Amazon Resource Name (ARN) of the specified table.
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The Amazon Resource Name (ARN) of the specified table.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary.Builder
-
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
The unique identifier of the keyspace in the format of an Amazon Resource Name (ARN).
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest.Builder
-
The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest
-
The Amazon Resource Name (ARN) of the Amazon Keyspaces resource.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException.Builder
-
The unique identifier in the format of Amazon Resource Name (ARN), for the resource not found.
- resourceArn() - Method in exception software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException
-
The unique identifier in the format of Amazon Resource Name (ARN), for the resource not found.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.TableSummary.Builder
-
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.TagResourceRequest.Builder
-
The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to which to add tags.
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to which to add tags.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest.Builder
-
The Amazon Keyspaces resource that the tags will be removed from.
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
The Amazon Keyspaces resource that the tags will be removed from.
- resourceArn(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse.Builder
-
The Amazon Resource Name (ARN) of the modified table.
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse
-
The Amazon Resource Name (ARN) of the modified table.
- ResourceNotFoundException - Exception in software.amazon.awssdk.services.keyspaces.model
-
The operation tried to access a keyspace or table that doesn't exist.
- ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- responseMetadata() - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse.Builder
-
- responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse.Builder
-
- responseMetadata() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse.BuilderImpl
-
- responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse.BuilderImpl
-
- responseMetadata() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesResponse
-
- restoredTableARN(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse.Builder
-
The Amazon Resource Name (ARN) of the restored table.
- restoredTableARN() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse
-
The Amazon Resource Name (ARN) of the restored table.
- restoreTable(RestoreTableRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
Restores the specified table to the specified point in time within the earliest_restorable_timestamp
and the current time.
- restoreTable(Consumer<RestoreTableRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
Restores the specified table to the specified point in time within the earliest_restorable_timestamp
and the current time.
- restoreTable(RestoreTableRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
Restores the specified table to the specified point in time within the earliest_restorable_timestamp
and the current time.
- restoreTable(Consumer<RestoreTableRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
Restores the specified table to the specified point in time within the earliest_restorable_timestamp
and the current time.
- RestoreTableRequest - Class in software.amazon.awssdk.services.keyspaces.model
-
- RestoreTableRequest.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- RestoreTableRequestMarshaller - Class in software.amazon.awssdk.services.keyspaces.transform
-
- RestoreTableRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.keyspaces.transform.RestoreTableRequestMarshaller
-
- RestoreTableResponse - Class in software.amazon.awssdk.services.keyspaces.model
-
- RestoreTableResponse.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- restoreTimestamp(Instant) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
The restore timestamp in ISO 8601 format.
- restoreTimestamp() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
The restore timestamp in ISO 8601 format.
- schemaDefinition(SchemaDefinition) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
The schemaDefinition consists of the following parameters.
- schemaDefinition(Consumer<SchemaDefinition.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
The schemaDefinition consists of the following parameters.
- schemaDefinition() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
The schemaDefinition consists of the following parameters.
- schemaDefinition(SchemaDefinition) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The schema definition of the specified table.
- schemaDefinition(Consumer<SchemaDefinition.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The schema definition of the specified table.
- schemaDefinition() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The schema definition of the specified table.
- SchemaDefinition - Class in software.amazon.awssdk.services.keyspaces.model
-
Describes the schema of the table.
- SchemaDefinition.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- sdkFields() - Method in exception software.amazon.awssdk.services.keyspaces.model.AccessDeniedException
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ClusteringKey
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ColumnDefinition
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.Comment
-
- sdkFields() - Method in exception software.amazon.awssdk.services.keyspaces.model.ConflictException
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
- sdkFields() - Method in exception software.amazon.awssdk.services.keyspaces.model.InternalServerException
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.PartitionKey
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
- sdkFields() - Method in exception software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
- sdkFields() - Method in exception software.amazon.awssdk.services.keyspaces.model.ServiceQuotaExceededException
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.StaticColumn
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.Tag
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.TimeToLive
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceResponse
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
- sdkFields() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse
-
- sdkFields() - Method in exception software.amazon.awssdk.services.keyspaces.model.ValidationException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.keyspaces.model.AccessDeniedException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ClusteringKey
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ColumnDefinition
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.Comment
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.keyspaces.model.ConflictException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.CreateTableResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.keyspaces.model.InternalServerException
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.keyspaces.model.KeyspacesException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ListTablesRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.PartitionKey
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.keyspaces.model.ServiceQuotaExceededException
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.StaticColumn
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.Tag
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.TagResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.TimeToLive
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceResponse
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
- serializableBuilderClass() - Static method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.keyspaces.model.ValidationException
-
- SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
- SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
- SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
- serviceMetadata() - Static method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
- ServiceQuotaExceededException - Exception in software.amazon.awssdk.services.keyspaces.model
-
The operation exceeded the service quota for this resource.
- ServiceQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- software.amazon.awssdk.services.keyspaces - package software.amazon.awssdk.services.keyspaces
-
Amazon Keyspaces (for Apache Cassandra) is a scalable, highly available, and managed Apache Cassandra-compatible
database service.
- software.amazon.awssdk.services.keyspaces.internal - package software.amazon.awssdk.services.keyspaces.internal
-
- software.amazon.awssdk.services.keyspaces.model - package software.amazon.awssdk.services.keyspaces.model
-
- software.amazon.awssdk.services.keyspaces.paginators - package software.amazon.awssdk.services.keyspaces.paginators
-
- software.amazon.awssdk.services.keyspaces.transform - package software.amazon.awssdk.services.keyspaces.transform
-
- SortOrder - Enum in software.amazon.awssdk.services.keyspaces.model
-
- sourceKeyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
The keyspace name of the source table.
- sourceKeyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
The keyspace name of the source table.
- sourceTableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
The name of the source table.
- sourceTableName() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
The name of the source table.
- StaticColumn - Class in software.amazon.awssdk.services.keyspaces.model
-
The static columns of the table.
- StaticColumn.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- staticColumns(Collection<StaticColumn>) - Method in interface software.amazon.awssdk.services.keyspaces.model.SchemaDefinition.Builder
-
The columns that have been defined as STATIC.
- staticColumns(StaticColumn...) - Method in interface software.amazon.awssdk.services.keyspaces.model.SchemaDefinition.Builder
-
The columns that have been defined as STATIC.
- staticColumns(Consumer<StaticColumn.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.SchemaDefinition.Builder
-
The columns that have been defined as STATIC.
- staticColumns() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
The columns that have been defined as STATIC.
- status(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The current status of the specified table.
- status(TableStatus) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The current status of the specified table.
- status() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The current status of the specified table.
- status(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery.Builder
-
The options are:
- status(PointInTimeRecoveryStatus) - Method in interface software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery.Builder
-
The options are:
- status() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
The options are:
- status(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary.Builder
-
Shows if point-in-time recovery is enabled or disabled for the specified table.
- status(PointInTimeRecoveryStatus) - Method in interface software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary.Builder
-
Shows if point-in-time recovery is enabled or disabled for the specified table.
- status() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
Shows if point-in-time recovery is enabled or disabled for the specified table.
- status(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.TimeToLive.Builder
-
Shows how to enable custom Time to Live (TTL) settings for the specified table.
- status(TimeToLiveStatus) - Method in interface software.amazon.awssdk.services.keyspaces.model.TimeToLive.Builder
-
Shows how to enable custom Time to Live (TTL) settings for the specified table.
- status() - Method in class software.amazon.awssdk.services.keyspaces.model.TimeToLive
-
Shows how to enable custom Time to Live (TTL) settings for the specified table.
- statusAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The current status of the specified table.
- statusAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
The options are:
- statusAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
Shows if point-in-time recovery is enabled or disabled for the specified table.
- statusAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.TimeToLive
-
Shows how to enable custom Time to Live (TTL) settings for the specified table.
- statusCode(int) - Method in interface software.amazon.awssdk.services.keyspaces.model.AccessDeniedException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.keyspaces.model.ConflictException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.keyspaces.model.InternalServerException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspacesException.Builder
-
- statusCode(int) - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesException.BuilderImpl
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.keyspaces.model.ServiceQuotaExceededException.Builder
-
- statusCode(int) - Method in interface software.amazon.awssdk.services.keyspaces.model.ValidationException.Builder
-
- subscribe(Subscriber<? super ListKeyspacesResponse>) - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListKeyspacesPublisher
-
- subscribe(Subscriber<? super ListTablesResponse>) - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListTablesPublisher
-
- subscribe(Subscriber<? super ListTagsForResourceResponse>) - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListTagsForResourcePublisher
-
- tableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
The name of the table.
- tableName() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
The name of the table.
- tableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest.Builder
-
The name of the table to be deleted.
- tableName() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest
-
The name of the table to be deleted.
- tableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableRequest.Builder
-
The name of the table.
- tableName() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
The name of the table.
- tableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The name of the specified table.
- tableName() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The name of the specified table.
- tableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.TableSummary.Builder
-
The name of the table.
- tableName() - Method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
The name of the table.
- tableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
The name of the table.
- tableName() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
The name of the table.
- tables(Collection<TableSummary>) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTablesResponse.Builder
-
A list of tables.
- tables(TableSummary...) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTablesResponse.Builder
-
A list of tables.
- tables(Consumer<TableSummary.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTablesResponse.Builder
-
A list of tables.
- tables() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
A list of tables.
- tables() - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListTablesIterable
-
- tables() - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListTablesPublisher
-
Returns a publisher that can be used to get a stream of data.
- TableStatus - Enum in software.amazon.awssdk.services.keyspaces.model
-
- TableSummary - Class in software.amazon.awssdk.services.keyspaces.model
-
Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an
Amazon Resource Name (ARN).
- TableSummary.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- Tag - Class in software.amazon.awssdk.services.keyspaces.model
-
Describes a tag.
- Tag.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
Associates a set of tags with a Amazon Keyspaces resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
Associates a set of tags with a Amazon Keyspaces resource.
- tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
Associates a set of tags with a Amazon Keyspaces resource.
- tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
Associates a set of tags with a Amazon Keyspaces resource.
- TagResourceRequest - Class in software.amazon.awssdk.services.keyspaces.model
-
- TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.keyspaces.transform
-
- TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.keyspaces.transform.TagResourceRequestMarshaller
-
- TagResourceResponse - Class in software.amazon.awssdk.services.keyspaces.model
-
- TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest.Builder
-
A list of key-value pair tags to be attached to the keyspace.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest.Builder
-
A list of key-value pair tags to be attached to the keyspace.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest.Builder
-
A list of key-value pair tags to be attached to the keyspace.
- tags() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
A list of key-value pair tags to be attached to the keyspace.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
A list of key-value pair tags to be attached to the resource.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
A list of key-value pair tags to be attached to the resource.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
A list of key-value pair tags to be attached to the resource.
- tags() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
A list of key-value pair tags to be attached to the resource.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse.Builder
-
A list of tags.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse.Builder
-
A list of tags.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse.Builder
-
A list of tags.
- tags() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
A list of tags.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.keyspaces.model.TagResourceRequest.Builder
-
The tags to be assigned to the Amazon Keyspaces resource.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.keyspaces.model.TagResourceRequest.Builder
-
The tags to be assigned to the Amazon Keyspaces resource.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.TagResourceRequest.Builder
-
The tags to be assigned to the Amazon Keyspaces resource.
- tags() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
The tags to be assigned to the Amazon Keyspaces resource.
- tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest.Builder
-
A list of existing tags to be removed from the Amazon Keyspaces resource.
- tags(Tag...) - Method in interface software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest.Builder
-
A list of existing tags to be removed from the Amazon Keyspaces resource.
- tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest.Builder
-
A list of existing tags to be removed from the Amazon Keyspaces resource.
- tags() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
A list of existing tags to be removed from the Amazon Keyspaces resource.
- tags() - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListTagsForResourceIterable
-
- tags() - Method in class software.amazon.awssdk.services.keyspaces.paginators.ListTagsForResourcePublisher
-
Returns a publisher that can be used to get a stream of data.
- tagsOverride(Collection<Tag>) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
A list of key-value pair tags to be attached to the restored table.
- tagsOverride(Tag...) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
A list of key-value pair tags to be attached to the restored table.
- tagsOverride(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
A list of key-value pair tags to be attached to the restored table.
- tagsOverride() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
A list of key-value pair tags to be attached to the restored table.
- targetKeyspaceName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
The name of the target keyspace.
- targetKeyspaceName() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
The name of the target keyspace.
- targetTableName(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest.Builder
-
The name of the target table.
- targetTableName() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
The name of the target table.
- throughputMode(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.CapacitySpecification.Builder
-
The read/write throughput capacity mode for a table.
- throughputMode(ThroughputMode) - Method in interface software.amazon.awssdk.services.keyspaces.model.CapacitySpecification.Builder
-
The read/write throughput capacity mode for a table.
- throughputMode() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
The read/write throughput capacity mode for a table.
- throughputMode(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary.Builder
-
The read/write throughput capacity mode for a table.
- throughputMode(ThroughputMode) - Method in interface software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary.Builder
-
The read/write throughput capacity mode for a table.
- throughputMode() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
The read/write throughput capacity mode for a table.
- ThroughputMode - Enum in software.amazon.awssdk.services.keyspaces.model
-
- throughputModeAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
The read/write throughput capacity mode for a table.
- throughputModeAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
The read/write throughput capacity mode for a table.
- TimeToLive - Class in software.amazon.awssdk.services.keyspaces.model
-
Enable custom Time to Live (TTL) settings for rows and columns without setting a TTL default for the specified table.
- TimeToLive.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- TimeToLiveStatus - Enum in software.amazon.awssdk.services.keyspaces.model
-
- toBuilder() - Method in exception software.amazon.awssdk.services.keyspaces.model.AccessDeniedException
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ClusteringKey
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ColumnDefinition
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.Comment
-
- toBuilder() - Method in exception software.amazon.awssdk.services.keyspaces.model.ConflictException
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
- toBuilder() - Method in exception software.amazon.awssdk.services.keyspaces.model.InternalServerException
-
- toBuilder() - Method in exception software.amazon.awssdk.services.keyspaces.model.KeyspacesException
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspacesRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.PartitionKey
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
- toBuilder() - Method in exception software.amazon.awssdk.services.keyspaces.model.ResourceNotFoundException
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
- toBuilder() - Method in exception software.amazon.awssdk.services.keyspaces.model.ServiceQuotaExceededException
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.StaticColumn
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.Tag
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.TimeToLive
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceResponse
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
- toBuilder() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse
-
- toBuilder() - Method in exception software.amazon.awssdk.services.keyspaces.model.ValidationException
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ClusteringKey
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ColumnDefinition
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.Comment
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.model.EncryptionType
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.PartitionKey
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoveryStatus
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.model.SortOrder
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.StaticColumn
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.model.TableStatus
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.Tag
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.model.ThroughputMode
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.TimeToLive
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.model.TimeToLiveStatus
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceResponse
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
Returns a string representation of this object.
- toString() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse
-
Returns a string representation of this object.
- ttl(TimeToLive) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
Enables Time to Live custom settings for the table.
- ttl(Consumer<TimeToLive.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
Enables Time to Live custom settings for the table.
- ttl() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
Enables Time to Live custom settings for the table.
- ttl(TimeToLive) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The custom Time to Live settings of the specified table.
- ttl(Consumer<TimeToLive.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The custom Time to Live settings of the specified table.
- ttl() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The custom Time to Live settings of the specified table.
- ttl(TimeToLive) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
Modifies Time to Live custom settings for the table.
- ttl(Consumer<TimeToLive.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
Modifies Time to Live custom settings for the table.
- ttl() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
Modifies Time to Live custom settings for the table.
- type(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ColumnDefinition.Builder
-
The data type of the column.
- type() - Method in class software.amazon.awssdk.services.keyspaces.model.ColumnDefinition
-
The data type of the column.
- type(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification.Builder
-
The encryption option specified for the table.
- type(EncryptionType) - Method in interface software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification.Builder
-
The encryption option specified for the table.
- type() - Method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
The encryption option specified for the table.
- typeAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
The encryption option specified for the table.