- 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 class software.amazon.awssdk.services.keyspaces.endpoints.internal.SourceException.BuilderImpl
-
- 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
-
- chooseAuthScheme(List<EndpointAuthScheme>) - Static method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.AuthSchemeUtils
-
Per the spec, the auth schemes list is ordered by preference, so we simply iterate over the list until we find an
auth scheme we recognize.
- ClientSideTimestamps - Class in software.amazon.awssdk.services.keyspaces.model
-
The client-side timestamp setting of the table.
- clientSideTimestamps(ClientSideTimestamps) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
Enables client-side timestamps for the table.
- clientSideTimestamps(Consumer<ClientSideTimestamps.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateTableRequest.Builder
-
Enables client-side timestamps for the table.
- clientSideTimestamps() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
Enables client-side timestamps for the table.
- clientSideTimestamps(ClientSideTimestamps) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The client-side timestamps setting of the table.
- clientSideTimestamps(Consumer<ClientSideTimestamps.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetTableResponse.Builder
-
The client-side timestamps setting of the table.
- clientSideTimestamps() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
The client-side timestamps setting of the table.
- clientSideTimestamps(ClientSideTimestamps) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
Enables client-side timestamps for the table.
- clientSideTimestamps(Consumer<ClientSideTimestamps.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest.Builder
-
Enables client-side timestamps for the table.
- clientSideTimestamps() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
Enables client-side timestamps for the table.
- ClientSideTimestamps.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- ClientSideTimestampsStatus - Enum in software.amazon.awssdk.services.keyspaces.model
-
- 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
-
- Condition - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- condition() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Fn
-
Convert this fn into a condition
- condition(String) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Fn
-
- Condition.Builder - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- CONDITIONS - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Rule
-
- conditions - Variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Rule
-
- 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
-
- context(String) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ParameterReference.Builder
-
- 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
-
- createAuthSchemes(Value) - Static method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.AuthSchemeUtils
-
- 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.
- ctx(String, Supplier<T>) - Static method in exception software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleError
-
- ctx(String, Runnable) - Static method in exception software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleError
-
- hasAddColumns() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
For responses, this returns true if the service returned a value for the AddColumns property.
- hasAllColumns() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
For responses, this returns true if the service returned a value for the AllColumns property.
- hasClusteringKeys() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
For responses, this returns true if the service returned a value for the ClusteringKeys property.
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Arn
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.EndpointResult
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.FatScope
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Fn
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.FnNode
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr.Part.Index
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr.Part.Key
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Identifier
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Literal
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Outputs
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter.Deprecated
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ParameterReference
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameters
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partition
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partitions
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Ref
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RegionOverride
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Template.Dynamic
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Template
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Template.Literal
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Array
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Bool
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Endpoint
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Int
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Record
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Str
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ClientSideTimestamps
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ClusteringKey
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ColumnDefinition
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.Comment
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteKeyspaceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.DeleteTableResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.EncryptionSpecification
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.GetTableResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.PartitionKey
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecovery
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoverySummary
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.StaticColumn
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.TableSummary
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.Tag
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.TimeToLive
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceResponse
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableRequest
-
- hashCode() - Method in class software.amazon.awssdk.services.keyspaces.model.UpdateTableResponse
-
- hasKeyspaces() - Method in class software.amazon.awssdk.services.keyspaces.model.ListKeyspacesResponse
-
For responses, this returns true if the service returned a value for the Keyspaces property.
- hasPartitionKeys() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
For responses, this returns true if the service returned a value for the PartitionKeys property.
- hasRegionList() - Method in class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
For responses, this returns true if the service returned a value for the RegionList property.
- hasReplicationRegions() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
For responses, this returns true if the service returned a value for the ReplicationRegions property.
- hasReplicationRegions() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
For responses, this returns true if the service returned a value for the ReplicationRegions property.
- hasStaticColumns() - Method in class software.amazon.awssdk.services.keyspaces.model.SchemaDefinition
-
For responses, this returns true if the service returned a value for the StaticColumns property.
- hasTables() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTablesResponse
-
For responses, this returns true if the service returned a value for the Tables property.
- hasTags() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateTableRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.keyspaces.model.ListTagsForResourceResponse
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.keyspaces.model.TagResourceRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTags() - Method in class software.amazon.awssdk.services.keyspaces.model.UntagResourceRequest
-
For responses, this returns true if the service returned a value for the Tags property.
- hasTagsOverride() - Method in class software.amazon.awssdk.services.keyspaces.model.RestoreTableRequest
-
For responses, this returns true if the service returned a value for the TagsOverride property.
- hostLabel() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.IsValidHostLabel
-
- hostLabel() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.IsVirtualHostableS3Bucket
-
- Key(Identifier) - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr.Part.Key
-
- key() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr.Part.Key
-
- 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
-
- KeyspacesEndpointAuthSchemeInterceptor - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- KeyspacesEndpointAuthSchemeInterceptor() - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.KeyspacesEndpointAuthSchemeInterceptor
-
- KeyspacesEndpointParams - Class in software.amazon.awssdk.services.keyspaces.endpoints
-
The parameters object used to resolve an endpoint for the Keyspaces service.
- KeyspacesEndpointParams.Builder - Interface in software.amazon.awssdk.services.keyspaces.endpoints
-
- KeyspacesEndpointProvider - Interface in software.amazon.awssdk.services.keyspaces.endpoints
-
An endpoint provider for Keyspaces.
- 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
-
- KeyspacesRequestSetEndpointInterceptor - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- KeyspacesRequestSetEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.KeyspacesRequestSetEndpointInterceptor
-
- KeyspacesResolveEndpointInterceptor - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- KeyspacesResolveEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.KeyspacesResolveEndpointInterceptor
-
- 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
-
- KeyspacesServiceClientConfiguration - Class in software.amazon.awssdk.services.keyspaces
-
Class to expose the service client settings to the user.
- KeyspacesServiceClientConfiguration.Builder - Interface in software.amazon.awssdk.services.keyspaces
-
- 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.ClientSideTimestampsStatus
-
- 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.Rs
-
Use this in place of
Rs.values() to return a
Set of all values known to the SDK.
- 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).
- ref(Identifier) - Static method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Expr
-
- Ref - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
A reference to a field.
- Ref(Identifier) - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.Ref
-
- region() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Arn
-
- REGION - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ParseArn
-
- region(Region) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.KeyspacesEndpointParams.Builder
-
- region() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.KeyspacesEndpointParams
-
- region(Region) - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesServiceClientConfiguration.Builder
-
Configure the region
- regionBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.AwsEndpointProviderUtils
-
- regionList(Collection<String>) - Method in interface software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification.Builder
-
The regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in.
- regionList(String...) - Method in interface software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification.Builder
-
The regionList can contain up to six Amazon Web Services Regions where the keyspace is
replicated in.
- regionList() - Method in class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
The regionList can contain up to six Amazon Web Services Regions where the keyspace is replicated
in.
- RegionOverride - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- RegionOverride.Builder - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- regionRegex(String) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partition.Builder
-
- regionRegex() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partition
-
- regions(Map<String, RegionOverride>) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partition.Builder
-
- regions() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partition
-
- replicationRegions(Collection<String>) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse.Builder
-
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
- replicationRegions(String...) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse.Builder
-
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
- replicationRegions() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
- replicationRegions(Collection<String>) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary.Builder
-
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
- replicationRegions(String...) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary.Builder
-
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
- replicationRegions() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
If the replicationStrategy of the keyspace is MULTI_REGION, a list of replication
Regions is returned.
- replicationSpecification(ReplicationSpecification) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest.Builder
-
The replication specification of the keyspace includes:
- replicationSpecification(Consumer<ReplicationSpecification.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest.Builder
-
The replication specification of the keyspace includes:
- replicationSpecification() - Method in class software.amazon.awssdk.services.keyspaces.model.CreateKeyspaceRequest
-
The replication specification of the keyspace includes:
- ReplicationSpecification - Class in software.amazon.awssdk.services.keyspaces.model
-
The replication specification of the keyspace includes:
- ReplicationSpecification.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- replicationStrategy(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse.Builder
-
Returns the replication strategy of the keyspace.
- replicationStrategy(Rs) - Method in interface software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse.Builder
-
Returns the replication strategy of the keyspace.
- replicationStrategy() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
Returns the replication strategy of the keyspace.
- replicationStrategy(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary.Builder
-
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
- replicationStrategy(Rs) - Method in interface software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary.Builder
-
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
- replicationStrategy() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
- replicationStrategy(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification.Builder
-
The replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION.
- replicationStrategy(Rs) - Method in interface software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification.Builder
-
The replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION.
- replicationStrategy() - Method in class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
The replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION.
- replicationStrategyAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
Returns the replication strategy of the keyspace.
- replicationStrategyAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.KeyspaceSummary
-
This property specifies if a keyspace is a single Region keyspace or a multi-Region keyspace.
- replicationStrategyAsString() - Method in class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
The replicationStrategy of a keyspace, the required value is SINGLE_REGION or
MULTI_REGION.
- 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
-
- required(boolean) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter.Builder
-
- resolveEndpoint(KeyspacesEndpointParams) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.DefaultKeyspacesEndpointProvider
-
- resolveEndpoint(KeyspacesEndpointParams) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.KeyspacesEndpointProvider
-
Compute the endpoint based on the given set of parameters.
- resolveEndpoint(Consumer<KeyspacesEndpointParams.Builder>) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.KeyspacesEndpointProvider
-
Compute the endpoint based on the given set of parameters.
- resource() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Arn
-
- 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
-
Returns the ARN of the keyspace.
- resourceArn() - Method in class software.amazon.awssdk.services.keyspaces.model.GetKeyspaceResponse
-
Returns 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.
- result(String) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Condition.Builder
-
- reverse() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Substring
-
- Rs - Enum in software.amazon.awssdk.services.keyspaces.model
-
- Rule - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Rule(Rule.Builder) - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.Rule
-
- Rule.Builder - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- RuleEngine - Interface in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- RuleError - Exception in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- RuleError(RuleError.BuilderImpl) - Constructor for exception software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleError
-
- RuleError.Builder - Interface in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- RuleEvaluator - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- RuleEvaluator() - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- RULES - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Rule
-
- RuleValueVisitor<R> - Interface in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
Visitor for the right-hand side of rules (tree, error, endpoint)
- 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
-
- SCHEME - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ParseUrl
-
- Scope<T> - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Scope() - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.Scope
-
- 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.ClientSideTimestamps
-
- 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 class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
- 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.ClientSideTimestamps
-
- 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 class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
- 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() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Arn
-
- SERVICE - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ParseArn
-
- 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
-
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesAsyncClient
-
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.keyspaces.KeyspacesClient
-
- serviceId(String) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.EndpointRuleset.Builder
-
- 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
-
- setSigningParams(ExecutionAttributes, EndpointAuthScheme) - Static method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.AuthSchemeUtils
-
- setUri(SdkHttpRequest, URI, URI) - Static method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.AwsEndpointProviderUtils
-
This sets the request URI to the resolved URI returned by the endpoint provider.
- since() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter.Deprecated
-
- SingleArgFn - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- SingleArgFn(FnNode) - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.SingleArgFn
-
- size() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Array
-
- 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.endpoints - package software.amazon.awssdk.services.keyspaces.endpoints
-
- software.amazon.awssdk.services.keyspaces.endpoints.internal - package software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- 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
-
- SourceException - Exception in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- SourceException.BuilderImpl - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- 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.
- startIndex() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Substring
-
- startMultipartTemplate() - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.TemplateVisitor
-
Invoked prior to visiting a multipart template like `https://{Region}.{dnsSuffix}`.
- 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.ClientSideTimestamps.Builder
-
Shows how to enable client-side timestamps settings for the specified table.
- status(ClientSideTimestampsStatus) - Method in interface software.amazon.awssdk.services.keyspaces.model.ClientSideTimestamps.Builder
-
Shows how to enable client-side timestamps settings for the specified table.
- status() - Method in class software.amazon.awssdk.services.keyspaces.model.ClientSideTimestamps
-
Shows how to enable client-side timestamps settings for the specified table.
- 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.ClientSideTimestamps
-
Shows how to enable client-side timestamps 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
-
- stopIndex() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Substring
-
- StringEqualsFn - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- StringEqualsFn(FnNode) - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.StringEqualsFn
-
- stringToParse() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Substring
-
- 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
-
- Substring - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Substring(FnNode) - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.Substring
-
- SUBSTRING - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Substring
-
- SUPPORTS_DUAL_STACK - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.PartitionFn
-
- SUPPORTS_FIPS - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.PartitionFn
-
- supportsDualStack(boolean) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Outputs.Builder
-
- supportsDualStack() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Outputs
-
- supportsFips(boolean) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Outputs.Builder
-
- supportsFips() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Outputs
-
- 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.
- target(Expr) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr.Builder
-
- target() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr
-
- target() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Not
-
- target() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.SingleArgFn
-
- 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.
- template() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Expr
-
- template() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr
-
- template() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter
-
- template() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Ref
-
- Template - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
Template represents a "Template Literal".
- Template.Dynamic - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Template.Literal - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Template.Part - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- TemplateVisitor<T> - Interface in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
For code generating from a template, use a `TemplateVisitor`.
- 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 class software.amazon.awssdk.services.keyspaces.endpoints.KeyspacesEndpointParams
-
- 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.ClientSideTimestamps
-
- 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 class software.amazon.awssdk.services.keyspaces.model.ReplicationSpecification
-
- 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
-
- toList() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameters
-
- toParameterReference() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter
-
- toParameterReference() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ParameterReference
-
- ToParameterReference - Interface in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- toParameterReference() - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.ToParameterReference
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Arn
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Condition
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.EndpointResult
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.EndpointRule
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.EndpointRuleset
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ErrorRule
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.FatScope
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Fn
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr.Part.Index
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr.Part.Key
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.GetAttr
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Identifier
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Literal
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Outputs
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter.Deprecated
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ParameterReference
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameters
-
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.endpoints.internal.ParameterType
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partitions
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Ref
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Scope
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Template.Dynamic
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Template.Literal
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Template
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.TreeRule
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Array
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Endpoint
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Record
-
- toString() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value.Str
-
- 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.ClientSideTimestamps
-
Returns a string representation of this object.
- toString() - Method in enum software.amazon.awssdk.services.keyspaces.model.ClientSideTimestampsStatus
-
- 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.ReplicationSpecification
-
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 enum software.amazon.awssdk.services.keyspaces.model.Rs
-
- 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.
- TREE - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Rule
-
- treeRule(List<Rule>) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Rule.Builder
-
- TreeRule - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- TreeRule(Rule.Builder, List<Rule>) - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.TreeRule
-
- 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(ParameterType) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter.Builder
-
- TYPE - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter
-
- TYPE - Static variable in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Rule
-
- 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.
- types() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.FatScope
-
- validate() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.FnNode
-
- ValidationException - Exception in software.amazon.awssdk.services.keyspaces.model
-
The operation failed due to an invalid or malformed request.
- ValidationException.Builder - Interface in software.amazon.awssdk.services.keyspaces.model
-
- value(Value) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Parameter.Builder
-
- Value - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
Base class for the types of values computable by the
RuleEngine.
- Value() - Constructor for class software.amazon.awssdk.services.keyspaces.endpoints.internal.Value
-
- value(String) - Method in interface software.amazon.awssdk.services.keyspaces.model.Tag.Builder
-
The value of the tag.
- value() - Method in class software.amazon.awssdk.services.keyspaces.model.Tag
-
The value of the tag.
- Value.Array - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
An array value.
- Value.Bool - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
A boolean value.
- Value.Endpoint - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Value.Endpoint.Builder - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Value.Int - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
An integer value.
- Value.None - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
- Value.Record - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
A record (map) value.
- Value.Str - Class in software.amazon.awssdk.services.keyspaces.endpoints.internal
-
A string value.
- valueAsEndpointOrThrow(Value) - Static method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.AwsEndpointProviderUtils
-
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.endpoints.internal.ParameterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.ClientSideTimestampsStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.EncryptionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoveryStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.Rs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.SortOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.TableStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.ThroughputMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.services.keyspaces.model.TimeToLiveStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.endpoints.internal.ParameterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.ClientSideTimestampsStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.EncryptionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.PointInTimeRecoveryStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.Rs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.SortOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.TableStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.ThroughputMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.services.keyspaces.model.TimeToLiveStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- version(String) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.EndpointRuleset.Builder
-
- version(String) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partitions.Builder
-
- version() - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.Partitions
-
- visitBool(boolean) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.Literal.Visitor
-
- visitBoolEquals(BooleanEqualsFn) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitBoolEquals(BooleanEqualsFn) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitDynamicElement(Expr) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.TemplateVisitor
-
Visit a dynamic element within a multipart template.
- visitEndpointRule(EndpointResult) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleValueVisitor
-
- visitErrorRule(Expr) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleValueVisitor
-
- visitFn(Fn) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ExprVisitor.Default
-
- visitFn(Fn) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.ExprVisitor
-
- visitFn(Fn) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitGetAttr(GetAttr) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitGetAttr(GetAttr) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitInt(int) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.Literal.Visitor
-
- visitIsSet(IsSet) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitIsSet(IsSet) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitIsValidHostLabel(IsValidHostLabel) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitIsValidHostLabel(IsValidHostLabel) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitLiteral(Literal) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ExprVisitor.Default
-
- visitLiteral(Literal) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.ExprVisitor
-
- visitLiteral(Literal) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitNot(Not) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitNot(Not) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitObject(Map<Identifier, Literal>) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.Literal.Visitor
-
- visitParseArn(ParseArn) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitParseArn(ParseArn) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitParseUrl(ParseUrl) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitParseUrl(ParseUrl) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitPartition(PartitionFn) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitPartition(PartitionFn) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitRef(Ref) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.ExprVisitor.Default
-
- visitRef(Ref) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.ExprVisitor
-
- visitRef(Ref) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitSingleDynamicTemplate(Expr) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.TemplateVisitor
-
The template contains a single dynamic element, eg.
- visitStaticElement(String) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.TemplateVisitor
-
Visit a static element within a multipart template.
- visitStaticTemplate(String) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.TemplateVisitor
-
The template contains a single static string, eg.
- visitStr(Template) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.Literal.Visitor
-
- visitStringEquals(StringEqualsFn) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitStringEquals(StringEqualsFn) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitSubstring(Substring) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitSubstring(Substring) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-
- visitTreeRule(List<Rule>) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleValueVisitor
-
- visitTuple(List<Literal>) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.Literal.Visitor
-
- visitUriEncode(UriEncodeFn) - Method in interface software.amazon.awssdk.services.keyspaces.endpoints.internal.FnVisitor
-
- visitUriEncode(UriEncodeFn) - Method in class software.amazon.awssdk.services.keyspaces.endpoints.internal.RuleEvaluator
-