Skip navigation links
A B C D E F G H I K L M N O P R S T U V 

A

accessString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
Access permissions string used for this user.
accessString(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
Access permissions string used for this user.
accessString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
Access permissions string used for this user.
accessString(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserRequest.Builder
Access permissions string used for this user.
accessString() - Method in class software.amazon.awssdk.services.memorydb.model.User
Access permissions string used for this user.
accessString(String) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
Access permissions string used for this user.
ACL - Class in software.amazon.awssdk.services.memorydb.model
An Access Control List.
acl() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
The newly-created Access Control List.
acl(ACL) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclResponse.Builder
The newly-created Access Control List.
acl(Consumer<ACL.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclResponse.Builder
The newly-created Access Control List.
acl() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
The Access Control List object that has been deleted.
acl(ACL) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteAclResponse.Builder
The Access Control List object that has been deleted.
acl(Consumer<ACL.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteAclResponse.Builder
The Access Control List object that has been deleted.
acl() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
The updated Access Control List
acl(ACL) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclResponse.Builder
The updated Access Control List
acl(Consumer<ACL.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclResponse.Builder
The updated Access Control List
ACL.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
AclAlreadyExistsException - Exception in software.amazon.awssdk.services.memorydb.model

AclAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
aclName() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The name of the Access Control List associated with this cluster.
aclName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The name of the Access Control List associated with this cluster.
aclName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
The name of the Access Control List.
aclName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
The name of the Access Control List.
aclName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The name of the Access Control List to associate with the cluster.
aclName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The name of the Access Control List to associate with the cluster.
aclName() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
The name of the Access Control List to delete
aclName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteAclRequest.Builder
The name of the Access Control List to delete
aclName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
The name of the ACL
aclName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest.Builder
The name of the ACL
aclName() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
The name of the Access Control List
aclName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclRequest.Builder
The name of the Access Control List
aclName() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The Access Control List that is associated with the cluster
aclName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The Access Control List that is associated with the cluster
aclNames() - Method in class software.amazon.awssdk.services.memorydb.model.User
The names of the Access Control Lists to which the user belongs
aclNames(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
The names of the Access Control Lists to which the user belongs
aclNames(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
The names of the Access Control Lists to which the user belongs
AclNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

AclNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ACLPendingChanges - Class in software.amazon.awssdk.services.memorydb.model
Returns the updates being applied to the ACL.
ACLPendingChanges.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
AclQuotaExceededException - Exception in software.amazon.awssdk.services.memorydb.model

AclQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
acLs() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
A list of ACLs associated with the cluster that are being updated
acLs(ACLsUpdateStatus) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates.Builder
A list of ACLs associated with the cluster that are being updated
acLs(Consumer<ACLsUpdateStatus.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates.Builder
A list of ACLs associated with the cluster that are being updated
acLs() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
The list of ACLs
acLs(Collection<ACL>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse.Builder
The list of ACLs
acLs(ACL...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse.Builder
The list of ACLs
acLs(Consumer<ACL.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse.Builder
The list of ACLs
ACLsUpdateStatus - Class in software.amazon.awssdk.services.memorydb.model
The status of the ACL update
ACLsUpdateStatus.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
aclToApply() - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
A list of ACLs pending to be applied.
aclToApply(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus.Builder
A list of ACLs pending to be applied.
address() - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
The DNS hostname of the node.
address(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Endpoint.Builder
The DNS hostname of the node.
allowedValues() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
The valid range of values for the parameter.
allowedValues(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Parameter.Builder
The valid range of values for the parameter.
allParameters() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
If true, all parameters in the parameter group are reset to their default values.
allParameters(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest.Builder
If true, all parameters in the parameter group are reset to their default values.
ApiCallRateForCustomerExceededException - Exception in software.amazon.awssdk.services.memorydb.model

ApiCallRateForCustomerExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
arn() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
The Amazon Resource Name (ARN) of the ACL
arn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
The Amazon Resource Name (ARN) of the ACL
arn() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The Amazon Resource Name (ARN) of the cluster.
arn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The Amazon Resource Name (ARN) of the cluster.
arn() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
The Amazon Resource Name (ARN) of the parameter group
arn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroup.Builder
The Amazon Resource Name (ARN) of the parameter group
arn() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
The ARN (Amazon Resource Name) of the snapshot.
arn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
The ARN (Amazon Resource Name) of the snapshot.
arn() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
The ARN (Amazon Resource Name) of the subnet group.
arn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
The ARN (Amazon Resource Name) of the subnet group.
arn() - Method in class software.amazon.awssdk.services.memorydb.model.User
The Amazon Resource Name (ARN) of the user.
arn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
The Amazon Resource Name (ARN) of the user.
Authentication - Class in software.amazon.awssdk.services.memorydb.model
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authentication() - Method in class software.amazon.awssdk.services.memorydb.model.User
Denotes whether the user requires a password to authenticate.
authentication(Authentication) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
Denotes whether the user requires a password to authenticate.
authentication(Consumer<Authentication.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
Denotes whether the user requires a password to authenticate.
Authentication.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
AuthenticationMode - Class in software.amazon.awssdk.services.memorydb.model
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode(AuthenticationMode) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode(Consumer<AuthenticationMode.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode(AuthenticationMode) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserRequest.Builder
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
authenticationMode(Consumer<AuthenticationMode.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserRequest.Builder
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
AuthenticationMode.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
AuthenticationType - Enum in software.amazon.awssdk.services.memorydb.model
 
autoMinorVersionUpgrade() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
autoMinorVersionUpgrade(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
autoMinorVersionUpgrade() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
autoMinorVersionUpgrade(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
When set to true, the cluster will automatically receive minor engine version upgrades after launch.
autoUpdateStartDate() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
The date at which the service update will be automatically applied
autoUpdateStartDate(Instant) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
The date at which the service update will be automatically applied
availabilityMode() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
availabilityMode(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
availabilityMode(AZStatus) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
availabilityModeAsString() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
AvailabilityZone - Class in software.amazon.awssdk.services.memorydb.model
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
availabilityZone() - Method in class software.amazon.awssdk.services.memorydb.model.Node
The Availability Zone in which the node resides
availabilityZone(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Node.Builder
The Availability Zone in which the node resides
availabilityZone() - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
The Availability Zone where the subnet resides
availabilityZone(AvailabilityZone) - Method in interface software.amazon.awssdk.services.memorydb.model.Subnet.Builder
The Availability Zone where the subnet resides
availabilityZone(Consumer<AvailabilityZone.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.Subnet.Builder
The Availability Zone where the subnet resides
AvailabilityZone.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.AclNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidAclStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidArnException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSubnetException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidUserStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.NoOperationException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetInUseException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.TagNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.UserNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException.Builder
 
AZStatus - Enum in software.amazon.awssdk.services.memorydb.model
 

B

batchUpdateCluster(BatchUpdateClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Apply the service update to a list of clusters supplied.
batchUpdateCluster(Consumer<BatchUpdateClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Apply the service update to a list of clusters supplied.
batchUpdateCluster(BatchUpdateClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Apply the service update to a list of clusters supplied.
batchUpdateCluster(Consumer<BatchUpdateClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Apply the service update to a list of clusters supplied.
BatchUpdateClusterRequest - Class in software.amazon.awssdk.services.memorydb.model
 
BatchUpdateClusterRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
BatchUpdateClusterRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
BatchUpdateClusterRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.BatchUpdateClusterRequestMarshaller
 
BatchUpdateClusterResponse - Class in software.amazon.awssdk.services.memorydb.model
 
BatchUpdateClusterResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
build() - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
 
builder() - Static method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Create a builder that can be used to configure and create a MemoryDbAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Create a builder that can be used to configure and create a MemoryDbClient.
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ACL
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.AclNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Event
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Filter
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidAclStateException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidArnException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidSubnetException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidUserStateException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.MemoryDbException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Node
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.NoOperationException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Shard
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ShardNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetInUseException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.Tag
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.TagNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
builder() - Static method in class software.amazon.awssdk.services.memorydb.model.User
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.UserNotFoundException
 
builder() - Static method in exception software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
BuilderImpl(MemoryDbException) - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.BuilderImpl
 
BuilderImpl(MemoryDbRequest) - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.BuilderImpl
 
BuilderImpl(MemoryDbResponse) - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.BuilderImpl
 

C

cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.AclNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidAclStateException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidArnException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSubnetException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidUserStateException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.NoOperationException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetInUseException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.TagNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.UserNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException.Builder
 
Cluster - Class in software.amazon.awssdk.services.memorydb.model
Contains all of the attributes of a specific cluster.
cluster(Cluster) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterResponse.Builder
The newly-created cluster.
cluster(Consumer<Cluster.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterResponse.Builder
The newly-created cluster.
cluster() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
The newly-created cluster.
cluster(Cluster) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse.Builder
The cluster object that has been deleted
cluster(Consumer<Cluster.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse.Builder
The cluster object that has been deleted
cluster() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
The cluster object that has been deleted
cluster(Cluster) - Method in interface software.amazon.awssdk.services.memorydb.model.FailoverShardResponse.Builder
The cluster being failed over
cluster(Consumer<Cluster.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.FailoverShardResponse.Builder
The cluster being failed over
cluster() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
The cluster being failed over
cluster(Cluster) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse.Builder
The updated cluster
cluster(Consumer<Cluster.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse.Builder
The updated cluster
cluster() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
The updated cluster
Cluster.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ClusterAlreadyExistsException - Exception in software.amazon.awssdk.services.memorydb.model

ClusterAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ClusterConfiguration - Class in software.amazon.awssdk.services.memorydb.model
A list of cluster configuration options.
clusterConfiguration(ClusterConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
The configuration of the cluster from which the snapshot was taken
clusterConfiguration(Consumer<ClusterConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
The configuration of the cluster from which the snapshot was taken
clusterConfiguration() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
The configuration of the cluster from which the snapshot was taken
ClusterConfiguration.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
clusterEndpoint(Endpoint) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The cluster's configuration endpoint
clusterEndpoint(Consumer<Endpoint.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The cluster's configuration endpoint
clusterEndpoint() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The cluster's configuration endpoint
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The name of the cluster.
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The name of the cluster.
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
The snapshot is created from this cluster.
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
The snapshot is created from this cluster.
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest.Builder
The name of the cluster to be deleted
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
The name of the cluster to be deleted
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest.Builder
The name of the cluster
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
The name of the cluster
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
A user-supplied cluster identifier.
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
A user-supplied cluster identifier.
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.FailoverShardRequest.Builder
The cluster being failed over
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
The cluster being failed over
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest.Builder
The name of the cluster you want to scale.
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
The name of the cluster you want to scale.
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
The name of the cluster to which the service update applies
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
The name of the cluster to which the service update applies
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UnprocessedCluster.Builder
The name of the cluster
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
The name of the cluster
clusterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The name of the cluster to update
clusterName() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The name of the cluster to update
clusterNames(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest.Builder
The cluster names to apply the updates.
clusterNames(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest.Builder
The cluster names to apply the updates.
clusterNames() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
The cluster names to apply the updates.
clusterNames(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The list of cluster names to identify service updates to apply
clusterNames(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The list of cluster names to identify service updates to apply
clusterNames() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
The list of cluster names to identify service updates to apply
ClusterNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

ClusterNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ClusterPendingUpdates - Class in software.amazon.awssdk.services.memorydb.model
A list of updates being applied to the cluster
ClusterPendingUpdates.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ClusterQuotaForCustomerExceededException - Exception in software.amazon.awssdk.services.memorydb.model

ClusterQuotaForCustomerExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
clusters(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
A list of clusters associated with the ACL.
clusters(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
A list of clusters associated with the ACL.
clusters() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
A list of clusters associated with the ACL.
clusters(Collection<Cluster>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse.Builder
A list of clusters
clusters(Cluster...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse.Builder
A list of clusters
clusters(Consumer<Cluster.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse.Builder
A list of clusters
clusters() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
A list of clusters
configuration(ShardConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardDetail.Builder
The configuration details of the shard
configuration(Consumer<ShardConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardDetail.Builder
The configuration details of the shard
configuration() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
The configuration details of the shard
copySnapshot(CopySnapshotRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Makes a copy of an existing snapshot.
copySnapshot(Consumer<CopySnapshotRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Makes a copy of an existing snapshot.
copySnapshot(CopySnapshotRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Makes a copy of an existing snapshot.
copySnapshot(Consumer<CopySnapshotRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Makes a copy of an existing snapshot.
CopySnapshotRequest - Class in software.amazon.awssdk.services.memorydb.model
 
CopySnapshotRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
CopySnapshotRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
CopySnapshotRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.CopySnapshotRequestMarshaller
 
CopySnapshotResponse - Class in software.amazon.awssdk.services.memorydb.model
 
CopySnapshotResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
create() - Static method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Create a MemoryDbAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Create a MemoryDbClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.memorydb.model.MemoryDbResponseMetadata
 
createACL(CreateAclRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates an Access Control List.
createACL(Consumer<CreateAclRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates an Access Control List.
createACL(CreateAclRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates an Access Control List.
createACL(Consumer<CreateAclRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates an Access Control List.
CreateAclRequest - Class in software.amazon.awssdk.services.memorydb.model
 
CreateAclRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
CreateAclRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
CreateAclRequest Marshaller
CreateAclRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.CreateAclRequestMarshaller
 
CreateAclResponse - Class in software.amazon.awssdk.services.memorydb.model
 
CreateAclResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
createCluster(CreateClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a cluster.
createCluster(Consumer<CreateClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a cluster.
createCluster(CreateClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a cluster.
createCluster(Consumer<CreateClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a cluster.
CreateClusterRequest - Class in software.amazon.awssdk.services.memorydb.model
 
CreateClusterRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
CreateClusterRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
CreateClusterRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.CreateClusterRequestMarshaller
 
CreateClusterResponse - Class in software.amazon.awssdk.services.memorydb.model
 
CreateClusterResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
createParameterGroup(CreateParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a new MemoryDB parameter group.
createParameterGroup(Consumer<CreateParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a new MemoryDB parameter group.
createParameterGroup(CreateParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a new MemoryDB parameter group.
createParameterGroup(Consumer<CreateParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a new MemoryDB parameter group.
CreateParameterGroupRequest - Class in software.amazon.awssdk.services.memorydb.model
 
CreateParameterGroupRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
CreateParameterGroupRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
CreateParameterGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.CreateParameterGroupRequestMarshaller
 
CreateParameterGroupResponse - Class in software.amazon.awssdk.services.memorydb.model
 
CreateParameterGroupResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
createSnapshot(CreateSnapshotRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a copy of an entire cluster at a specific moment in time.
createSnapshot(Consumer<CreateSnapshotRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a copy of an entire cluster at a specific moment in time.
createSnapshot(CreateSnapshotRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a copy of an entire cluster at a specific moment in time.
createSnapshot(Consumer<CreateSnapshotRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a copy of an entire cluster at a specific moment in time.
CreateSnapshotRequest - Class in software.amazon.awssdk.services.memorydb.model
 
CreateSnapshotRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
CreateSnapshotRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
CreateSnapshotRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.CreateSnapshotRequestMarshaller
 
CreateSnapshotResponse - Class in software.amazon.awssdk.services.memorydb.model
 
CreateSnapshotResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
createSubnetGroup(CreateSubnetGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a subnet group.
createSubnetGroup(Consumer<CreateSubnetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a subnet group.
createSubnetGroup(CreateSubnetGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a subnet group.
createSubnetGroup(Consumer<CreateSubnetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a subnet group.
CreateSubnetGroupRequest - Class in software.amazon.awssdk.services.memorydb.model
 
CreateSubnetGroupRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
CreateSubnetGroupRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
CreateSubnetGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.CreateSubnetGroupRequestMarshaller
 
CreateSubnetGroupResponse - Class in software.amazon.awssdk.services.memorydb.model
 
CreateSubnetGroupResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
createTime(Instant) - Method in interface software.amazon.awssdk.services.memorydb.model.Node.Builder
The date and time when the node was created.
createTime() - Method in class software.amazon.awssdk.services.memorydb.model.Node
The date and time when the node was created.
createUser(CreateUserRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a MemoryDB user.
createUser(Consumer<CreateUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Creates a MemoryDB user.
createUser(CreateUserRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a MemoryDB user.
createUser(Consumer<CreateUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Creates a MemoryDB user.
CreateUserRequest - Class in software.amazon.awssdk.services.memorydb.model
 
CreateUserRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
CreateUserRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
CreateUserRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.CreateUserRequestMarshaller
 
CreateUserResponse - Class in software.amazon.awssdk.services.memorydb.model
 
CreateUserResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 

D

dataType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Parameter.Builder
The parameter's data type
dataType() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
The parameter's data type
date(Instant) - Method in interface software.amazon.awssdk.services.memorydb.model.Event.Builder
The date and time when the event occurred.
date() - Method in class software.amazon.awssdk.services.memorydb.model.Event
The date and time when the event occurred.
defaultOnly(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest.Builder
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
defaultOnly() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
If true, specifies that only the default version of the specified engine or engine and major version combination is to be returned.
DefaultUserRequiredException - Exception in software.amazon.awssdk.services.memorydb.model

DefaultUserRequiredException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
deleteACL(DeleteAclRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes an Access Control List.
deleteACL(Consumer<DeleteAclRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes an Access Control List.
deleteACL(DeleteAclRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes an Access Control List.
deleteACL(Consumer<DeleteAclRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes an Access Control List.
DeleteAclRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteAclRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DeleteAclRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DeleteAclRequest Marshaller
DeleteAclRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DeleteAclRequestMarshaller
 
DeleteAclResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteAclResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
deleteCluster(DeleteClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes a cluster.
deleteCluster(Consumer<DeleteClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes a cluster.
deleteCluster(DeleteClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes a cluster.
deleteCluster(Consumer<DeleteClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes a cluster.
DeleteClusterRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteClusterRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DeleteClusterRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DeleteClusterRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DeleteClusterRequestMarshaller
 
DeleteClusterResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteClusterResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
deleteParameterGroup(DeleteParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes the specified parameter group.
deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes the specified parameter group.
deleteParameterGroup(DeleteParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes the specified parameter group.
deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes the specified parameter group.
DeleteParameterGroupRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteParameterGroupRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DeleteParameterGroupRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DeleteParameterGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DeleteParameterGroupRequestMarshaller
 
DeleteParameterGroupResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteParameterGroupResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
deleteSnapshot(DeleteSnapshotRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes an existing snapshot.
deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes an existing snapshot.
deleteSnapshot(DeleteSnapshotRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes an existing snapshot.
deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes an existing snapshot.
DeleteSnapshotRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteSnapshotRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DeleteSnapshotRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DeleteSnapshotRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DeleteSnapshotRequestMarshaller
 
DeleteSnapshotResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteSnapshotResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
deleteSubnetGroup(DeleteSubnetGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes a subnet group.
deleteSubnetGroup(Consumer<DeleteSubnetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes a subnet group.
deleteSubnetGroup(DeleteSubnetGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes a subnet group.
deleteSubnetGroup(Consumer<DeleteSubnetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes a subnet group.
DeleteSubnetGroupRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteSubnetGroupRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DeleteSubnetGroupRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DeleteSubnetGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DeleteSubnetGroupRequestMarshaller
 
DeleteSubnetGroupResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteSubnetGroupResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
deleteUser(DeleteUserRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes a user.
deleteUser(Consumer<DeleteUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Deletes a user.
deleteUser(DeleteUserRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes a user.
deleteUser(Consumer<DeleteUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Deletes a user.
DeleteUserRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteUserRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DeleteUserRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DeleteUserRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DeleteUserRequestMarshaller
 
DeleteUserResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DeleteUserResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeACLs(DescribeAcLsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of ACLs
describeACLs(Consumer<DescribeAcLsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of ACLs
describeACLs(DescribeAcLsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of ACLs
describeACLs(Consumer<DescribeAcLsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of ACLs
DescribeAcLsRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeAcLsRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeAcLsRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeAcLsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeAcLsRequestMarshaller
 
DescribeAcLsResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeAcLsResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeClusters(DescribeClustersRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.
describeClusters(Consumer<DescribeClustersRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.
describeClusters(DescribeClustersRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.
describeClusters(Consumer<DescribeClustersRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns information about all provisioned clusters if no cluster identifier is specified, or about a specific cluster if a cluster name is supplied.
DescribeClustersRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeClustersRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeClustersRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeClustersRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeClustersRequestMarshaller
 
DescribeClustersResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeClustersResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeEngineVersions(DescribeEngineVersionsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of the available Redis engine versions.
describeEngineVersions(Consumer<DescribeEngineVersionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of the available Redis engine versions.
describeEngineVersions(DescribeEngineVersionsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of the available Redis engine versions.
describeEngineVersions(Consumer<DescribeEngineVersionsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of the available Redis engine versions.
DescribeEngineVersionsRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeEngineVersionsRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeEngineVersionsRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeEngineVersionsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeEngineVersionsRequestMarshaller
 
DescribeEngineVersionsResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeEngineVersionsResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeEvents(DescribeEventsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns events related to clusters, security groups, and parameter groups.
describeEvents(Consumer<DescribeEventsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns events related to clusters, security groups, and parameter groups.
describeEvents(DescribeEventsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns events related to clusters, security groups, and parameter groups.
describeEvents(Consumer<DescribeEventsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns events related to clusters, security groups, and parameter groups.
DescribeEventsRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeEventsRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeEventsRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeEventsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeEventsRequestMarshaller
 
DescribeEventsResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeEventsResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeParameterGroups(DescribeParameterGroupsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of parameter group descriptions.
describeParameterGroups(Consumer<DescribeParameterGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of parameter group descriptions.
describeParameterGroups(DescribeParameterGroupsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of parameter group descriptions.
describeParameterGroups(Consumer<DescribeParameterGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of parameter group descriptions.
DescribeParameterGroupsRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeParameterGroupsRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeParameterGroupsRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeParameterGroupsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeParameterGroupsRequestMarshaller
 
DescribeParameterGroupsResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeParameterGroupsResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeParameters(DescribeParametersRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns the detailed parameter list for a particular parameter group.
describeParameters(Consumer<DescribeParametersRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns the detailed parameter list for a particular parameter group.
describeParameters(DescribeParametersRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns the detailed parameter list for a particular parameter group.
describeParameters(Consumer<DescribeParametersRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns the detailed parameter list for a particular parameter group.
DescribeParametersRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeParametersRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeParametersRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeParametersRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeParametersRequestMarshaller
 
DescribeParametersResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeParametersResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeServiceUpdates(DescribeServiceUpdatesRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns details of the service updates
describeServiceUpdates(Consumer<DescribeServiceUpdatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns details of the service updates
describeServiceUpdates(DescribeServiceUpdatesRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns details of the service updates
describeServiceUpdates(Consumer<DescribeServiceUpdatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns details of the service updates
DescribeServiceUpdatesRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeServiceUpdatesRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeServiceUpdatesRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeServiceUpdatesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeServiceUpdatesRequestMarshaller
 
DescribeServiceUpdatesResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeServiceUpdatesResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeSnapshots(DescribeSnapshotsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns information about cluster snapshots.
describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns information about cluster snapshots.
describeSnapshots(DescribeSnapshotsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns information about cluster snapshots.
describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns information about cluster snapshots.
DescribeSnapshotsRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeSnapshotsRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeSnapshotsRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeSnapshotsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeSnapshotsRequestMarshaller
 
DescribeSnapshotsResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeSnapshotsResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeSubnetGroups(DescribeSubnetGroupsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of subnet group descriptions.
describeSubnetGroups(Consumer<DescribeSubnetGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of subnet group descriptions.
describeSubnetGroups(DescribeSubnetGroupsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of subnet group descriptions.
describeSubnetGroups(Consumer<DescribeSubnetGroupsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of subnet group descriptions.
DescribeSubnetGroupsRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeSubnetGroupsRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeSubnetGroupsRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeSubnetGroupsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeSubnetGroupsRequestMarshaller
 
DescribeSubnetGroupsResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeSubnetGroupsResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
describeUsers(DescribeUsersRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of users.
describeUsers(Consumer<DescribeUsersRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Returns a list of users.
describeUsers(DescribeUsersRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of users.
describeUsers(Consumer<DescribeUsersRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Returns a list of users.
DescribeUsersRequest - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeUsersRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
DescribeUsersRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
DescribeUsersRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.DescribeUsersRequestMarshaller
 
DescribeUsersResponse - Class in software.amazon.awssdk.services.memorydb.model
 
DescribeUsersResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A description of the cluster
description() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
A description of the cluster
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The description of the cluster configuration
description() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The description of the cluster configuration
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
An optional description of the cluster.
description() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
An optional description of the cluster.
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
An optional description of the parameter group.
description() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
An optional description of the parameter group.
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
A description for the subnet group.
description() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
A description for the subnet group.
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Parameter.Builder
A description of the parameter
description() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
A description of the parameter
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroup.Builder
A description of the parameter group
description() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
A description of the parameter group
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
Provides details of the service update
description() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
Provides details of the service update
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
A description of the subnet group
description() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
A description of the subnet group
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The description of the cluster to update
description() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The description of the cluster to update
description(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest.Builder
A description of the subnet group
description() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
A description of the subnet group
DuplicateUserNameException - Exception in software.amazon.awssdk.services.memorydb.model

DuplicateUserNameException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
duration(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
The number of minutes worth of events to retrieve.
duration() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
The number of minutes worth of events to retrieve.

E

Endpoint - Class in software.amazon.awssdk.services.memorydb.model
Represents the information required for client programs to connect to the cluster and its nodes.
endpoint(Endpoint) - Method in interface software.amazon.awssdk.services.memorydb.model.Node.Builder
The hostname for connecting to this node.
endpoint(Consumer<Endpoint.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.Node.Builder
The hostname for connecting to this node.
endpoint() - Method in class software.amazon.awssdk.services.memorydb.model.Node
The hostname for connecting to this node.
Endpoint.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
endTime(Instant) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
The end of the time interval for which to retrieve events, specified in ISO 8601 format.
endTime() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
The end of the time interval for which to retrieve events, specified in ISO 8601 format.
enginePatchVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The Redis engine patch version used by the cluster
enginePatchVersion() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The Redis engine patch version used by the cluster
enginePatchVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.EngineVersionInfo.Builder
The patched engine version
enginePatchVersion() - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
The patched engine version
engineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The Redis engine version used by the cluster
engineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The Redis engine version used by the cluster
engineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The Redis engine version used by the cluster
engineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The Redis engine version used by the cluster
engineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The version number of the Redis engine to be used for the cluster.
engineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The version number of the Redis engine to be used for the cluster.
engineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest.Builder
The Redis engine version
engineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
The Redis engine version
engineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.EngineVersionInfo.Builder
The engine version
engineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
The engine version
engineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The upgraded version of the engine to be run on the nodes.
engineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The upgraded version of the engine to be run on the nodes.
EngineVersionInfo - Class in software.amazon.awssdk.services.memorydb.model
Provides details of the Redis engine version
EngineVersionInfo.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
engineVersions(Collection<EngineVersionInfo>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse.Builder
A list of engine version details.
engineVersions(EngineVersionInfo...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse.Builder
A list of engine version details.
engineVersions(Consumer<EngineVersionInfo.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse.Builder
A list of engine version details.
engineVersions() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
A list of engine version details.
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ACL
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Event
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Filter
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Node
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Shard
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Tag
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.memorydb.model.User
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ACL
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Event
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Filter
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Node
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Shard
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.Tag
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.memorydb.model.User
 
errorMessage(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UnprocessedCluster.Builder
The error message associated with the update failure
errorMessage() - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
The error message associated with the update failure
errorType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UnprocessedCluster.Builder
The error type associated with the update failure
errorType() - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
The error type associated with the update failure
Event - Class in software.amazon.awssdk.services.memorydb.model
Represents a single occurrence of something interesting within the system.
Event.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
events(Collection<Event>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse.Builder
A list of events.
events(Event...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse.Builder
A list of events.
events(Consumer<Event.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse.Builder
A list of events.
events() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
A list of events.

F

failoverShard(FailoverShardRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Used to failover a shard
failoverShard(Consumer<FailoverShardRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Used to failover a shard
failoverShard(FailoverShardRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Used to failover a shard
failoverShard(Consumer<FailoverShardRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Used to failover a shard
FailoverShardRequest - Class in software.amazon.awssdk.services.memorydb.model
 
FailoverShardRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
FailoverShardRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
FailoverShardRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.FailoverShardRequestMarshaller
 
FailoverShardResponse - Class in software.amazon.awssdk.services.memorydb.model
 
FailoverShardResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
family(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
The name of the parameter group family that the parameter group can be used with.
family() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
The name of the parameter group family that the parameter group can be used with.
family(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroup.Builder
The name of the parameter group family that this parameter group is compatible with.
family() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
The name of the parameter group family that this parameter group is compatible with.
Filter - Class in software.amazon.awssdk.services.memorydb.model
Used to streamline results of a search based on the property being filtered.
Filter.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
filters(Collection<Filter>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
Filter to determine the list of users to return.
filters(Filter...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
Filter to determine the list of users to return.
filters(Consumer<Filter.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
Filter to determine the list of users to return.
filters() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
Filter to determine the list of users to return.
finalSnapshotName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest.Builder
The user-supplied name of a final cluster snapshot.
finalSnapshotName() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
The user-supplied name of a final cluster snapshot.
fromValue(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.AuthenticationType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.AZStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.InputAuthenticationType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.SourceType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ACL
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Event
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Filter
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Node
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Shard
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.Tag
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.memorydb.model.User
 

H

hasAclNames() - Method in class software.amazon.awssdk.services.memorydb.model.User
For responses, this returns true if the service returned a value for the ACLNames property.
hasAcLs() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
For responses, this returns true if the service returned a value for the ACLs property.
hasClusterNames() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
For responses, this returns true if the service returned a value for the ClusterNames property.
hasClusterNames() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
For responses, this returns true if the service returned a value for the ClusterNames property.
hasClusters() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
For responses, this returns true if the service returned a value for the Clusters property.
hasClusters() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
For responses, this returns true if the service returned a value for the Clusters property.
hasEngineVersions() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
For responses, this returns true if the service returned a value for the EngineVersions property.
hasEvents() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
For responses, this returns true if the service returned a value for the Events property.
hasFilters() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
For responses, this returns true if the service returned a value for the Filters property.
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Event
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Filter
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Node
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.Tag
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
hashCode() - Method in class software.amazon.awssdk.services.memorydb.model.User
 
hasNodes() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
For responses, this returns true if the service returned a value for the Nodes property.
hasParameterGroups() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
For responses, this returns true if the service returned a value for the ParameterGroups property.
hasParameterNames() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
For responses, this returns true if the service returned a value for the ParameterNames property.
hasParameterNameValues() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
For responses, this returns true if the service returned a value for the ParameterNameValues property.
hasParameters() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
For responses, this returns true if the service returned a value for the Parameters property.
hasPasswords() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
For responses, this returns true if the service returned a value for the Passwords property.
hasProcessedClusters() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
For responses, this returns true if the service returned a value for the ProcessedClusters property.
hasScaleDownNodeTypes() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
For responses, this returns true if the service returned a value for the ScaleDownNodeTypes property.
hasScaleUpNodeTypes() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
For responses, this returns true if the service returned a value for the ScaleUpNodeTypes property.
hasSecurityGroupIds() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
hasSecurityGroupIds() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
For responses, this returns true if the service returned a value for the SecurityGroupIds property.
hasSecurityGroups() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
For responses, this returns true if the service returned a value for the SecurityGroups property.
hasServiceUpdates() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
For responses, this returns true if the service returned a value for the ServiceUpdates property.
hasServiceUpdates() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
For responses, this returns true if the service returned a value for the ServiceUpdates property.
hasShards() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
For responses, this returns true if the service returned a value for the Shards property.
hasShards() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
For responses, this returns true if the service returned a value for the Shards property.
hasSnapshotArns() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
For responses, this returns true if the service returned a value for the SnapshotArns property.
hasSnapshots() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
For responses, this returns true if the service returned a value for the Snapshots property.
hasStatus() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
For responses, this returns true if the service returned a value for the Status property.
hasSubnetGroups() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
For responses, this returns true if the service returned a value for the SubnetGroups property.
hasSubnetIds() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
For responses, this returns true if the service returned a value for the SubnetIds property.
hasSubnetIds() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
For responses, this returns true if the service returned a value for the SubnetIds property.
hasSubnets() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
For responses, this returns true if the service returned a value for the Subnets property.
hasTagKeys() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
For responses, this returns true if the service returned a value for the TagKeys property.
hasTagList() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
For responses, this returns true if the service returned a value for the TagList property.
hasTagList() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
For responses, this returns true if the service returned a value for the TagList property.
hasTagList() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
For responses, this returns true if the service returned a value for the TagList property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
For responses, this returns true if the service returned a value for the Tags property.
hasTags() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
For responses, this returns true if the service returned a value for the Tags property.
hasUnprocessedClusters() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
For responses, this returns true if the service returned a value for the UnprocessedClusters property.
hasUserNames() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
For responses, this returns true if the service returned a value for the UserNames property.
hasUserNames() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
For responses, this returns true if the service returned a value for the UserNames property.
hasUserNamesToAdd() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
For responses, this returns true if the service returned a value for the UserNamesToAdd property.
hasUserNamesToAdd() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
For responses, this returns true if the service returned a value for the UserNamesToAdd property.
hasUserNamesToRemove() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
For responses, this returns true if the service returned a value for the UserNamesToRemove property.
hasUserNamesToRemove() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
For responses, this returns true if the service returned a value for the UserNamesToRemove property.
hasUsers() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
For responses, this returns true if the service returned a value for the Users property.
hasValues() - Method in class software.amazon.awssdk.services.memorydb.model.Filter
For responses, this returns true if the service returned a value for the Values property.

I

identifier(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Subnet.Builder
The unique identifier for the subnet.
identifier() - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
The unique identifier for the subnet.
InputAuthenticationType - Enum in software.amazon.awssdk.services.memorydb.model
 
InsufficientClusterCapacityException - Exception in software.amazon.awssdk.services.memorydb.model

InsufficientClusterCapacityException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidAclStateException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidAclStateException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidArnException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidArnException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidClusterStateException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidClusterStateException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidCredentialsException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidCredentialsException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidKmsKeyException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidKmsKeyException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidNodeStateException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidNodeStateException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidParameterCombinationException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidParameterCombinationException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidParameterGroupStateException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidParameterGroupStateException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidParameterValueException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidParameterValueException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidSnapshotStateException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidSnapshotStateException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidSubnetException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidSubnetException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidUserStateException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidUserStateException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
InvalidVpcNetworkStateException - Exception in software.amazon.awssdk.services.memorydb.model

InvalidVpcNetworkStateException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 

K

key(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Tag.Builder
The key for the tag.
key() - Method in class software.amazon.awssdk.services.memorydb.model.Tag
The key for the tag.
kmsKeyId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The ID of the KMS key used to encrypt the cluster
kmsKeyId() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The ID of the KMS key used to encrypt the cluster
kmsKeyId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
The ID of the KMS key used to encrypt the target snapshot.
kmsKeyId() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
The ID of the KMS key used to encrypt the target snapshot.
kmsKeyId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The ID of the KMS key used to encrypt the cluster.
kmsKeyId() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The ID of the KMS key used to encrypt the cluster.
kmsKeyId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
The ID of the KMS key used to encrypt the snapshot.
kmsKeyId() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
The ID of the KMS key used to encrypt the snapshot.
kmsKeyId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
The ID of the KMS key used to encrypt the snapshot.
kmsKeyId() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
The ID of the KMS key used to encrypt the snapshot.
knownValues() - Static method in enum software.amazon.awssdk.services.memorydb.model.AuthenticationType
Use this in place of AuthenticationType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.memorydb.model.AZStatus
Use this in place of AZStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.memorydb.model.InputAuthenticationType
Use this in place of InputAuthenticationType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateStatus
Use this in place of ServiceUpdateStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateType
Use this in place of ServiceUpdateType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.memorydb.model.SourceType
Use this in place of SourceType.values() to return a Set of all values known to the SDK.

L

listAllowedNodeTypeUpdates(ListAllowedNodeTypeUpdatesRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Lists all available node types that you can scale to from your cluster's current node type.
listAllowedNodeTypeUpdates(Consumer<ListAllowedNodeTypeUpdatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Lists all available node types that you can scale to from your cluster's current node type.
listAllowedNodeTypeUpdates(ListAllowedNodeTypeUpdatesRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Lists all available node types that you can scale to from your cluster's current node type.
listAllowedNodeTypeUpdates(Consumer<ListAllowedNodeTypeUpdatesRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Lists all available node types that you can scale to from your cluster's current node type.
ListAllowedNodeTypeUpdatesRequest - Class in software.amazon.awssdk.services.memorydb.model
 
ListAllowedNodeTypeUpdatesRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ListAllowedNodeTypeUpdatesRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
ListAllowedNodeTypeUpdatesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.ListAllowedNodeTypeUpdatesRequestMarshaller
 
ListAllowedNodeTypeUpdatesResponse - Class in software.amazon.awssdk.services.memorydb.model
 
ListAllowedNodeTypeUpdatesResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
listTags(ListTagsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Lists all tags currently on a named resource.
listTags(Consumer<ListTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Lists all tags currently on a named resource.
listTags(ListTagsRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Lists all tags currently on a named resource.
listTags(Consumer<ListTagsRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Lists all tags currently on a named resource.
ListTagsRequest - Class in software.amazon.awssdk.services.memorydb.model
 
ListTagsRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ListTagsRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
ListTagsRequest Marshaller
ListTagsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.ListTagsRequestMarshaller
 
ListTagsResponse - Class in software.amazon.awssdk.services.memorydb.model
 
ListTagsResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 

M

maintenanceWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
Specifies the weekly time range during which maintenance on the cluster is performed.
maintenanceWindow() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
Specifies the weekly time range during which maintenance on the cluster is performed.
maintenanceWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The specified maintenance window for the cluster
maintenanceWindow() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The specified maintenance window for the cluster
maintenanceWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
Specifies the weekly time range during which maintenance on the cluster is performed.
maintenanceWindow() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
Specifies the weekly time range during which maintenance on the cluster is performed.
maintenanceWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The maintenance window to update
maintenanceWindow() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The maintenance window to update
marshall(BatchUpdateClusterRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.BatchUpdateClusterRequestMarshaller
 
marshall(CopySnapshotRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.CopySnapshotRequestMarshaller
 
marshall(CreateAclRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.CreateAclRequestMarshaller
 
marshall(CreateClusterRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.CreateClusterRequestMarshaller
 
marshall(CreateParameterGroupRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.CreateParameterGroupRequestMarshaller
 
marshall(CreateSnapshotRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.CreateSnapshotRequestMarshaller
 
marshall(CreateSubnetGroupRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.CreateSubnetGroupRequestMarshaller
 
marshall(CreateUserRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.CreateUserRequestMarshaller
 
marshall(DeleteAclRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DeleteAclRequestMarshaller
 
marshall(DeleteClusterRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DeleteClusterRequestMarshaller
 
marshall(DeleteParameterGroupRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DeleteParameterGroupRequestMarshaller
 
marshall(DeleteSnapshotRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DeleteSnapshotRequestMarshaller
 
marshall(DeleteSubnetGroupRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DeleteSubnetGroupRequestMarshaller
 
marshall(DeleteUserRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DeleteUserRequestMarshaller
 
marshall(DescribeAcLsRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeAcLsRequestMarshaller
 
marshall(DescribeClustersRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeClustersRequestMarshaller
 
marshall(DescribeEngineVersionsRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeEngineVersionsRequestMarshaller
 
marshall(DescribeEventsRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeEventsRequestMarshaller
 
marshall(DescribeParameterGroupsRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeParameterGroupsRequestMarshaller
 
marshall(DescribeParametersRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeParametersRequestMarshaller
 
marshall(DescribeServiceUpdatesRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeServiceUpdatesRequestMarshaller
 
marshall(DescribeSnapshotsRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeSnapshotsRequestMarshaller
 
marshall(DescribeSubnetGroupsRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeSubnetGroupsRequestMarshaller
 
marshall(DescribeUsersRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.DescribeUsersRequestMarshaller
 
marshall(FailoverShardRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.FailoverShardRequestMarshaller
 
marshall(ListAllowedNodeTypeUpdatesRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.ListAllowedNodeTypeUpdatesRequestMarshaller
 
marshall(ListTagsRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.ListTagsRequestMarshaller
 
marshall(ResetParameterGroupRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.ResetParameterGroupRequestMarshaller
 
marshall(TagResourceRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.TagResourceRequestMarshaller
 
marshall(UntagResourceRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.UntagResourceRequestMarshaller
 
marshall(UpdateAclRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.UpdateAclRequestMarshaller
 
marshall(UpdateClusterRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.UpdateClusterRequestMarshaller
 
marshall(UpdateParameterGroupRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.UpdateParameterGroupRequestMarshaller
 
marshall(UpdateSubnetGroupRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.UpdateSubnetGroupRequestMarshaller
 
marshall(UpdateUserRequest) - Method in class software.amazon.awssdk.services.memorydb.transform.UpdateUserRequestMarshaller
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
The maximum number of records to include in the response.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
The maximum number of records to include in the response.
maxResults() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
The maximum number of records to include in the response.
MemoryDbAsyncClient - Interface in software.amazon.awssdk.services.memorydb
Service client for accessing Amazon MemoryDB asynchronously.
MemoryDbAsyncClientBuilder - Interface in software.amazon.awssdk.services.memorydb
A builder for creating an instance of MemoryDbAsyncClient.
MemoryDbBaseClientBuilder<B extends MemoryDbBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.memorydb
This includes configuration specific to Amazon MemoryDB that is supported by both MemoryDbClientBuilder and MemoryDbAsyncClientBuilder.
MemoryDbClient - Interface in software.amazon.awssdk.services.memorydb
Service client for accessing Amazon MemoryDB.
MemoryDbClientBuilder - Interface in software.amazon.awssdk.services.memorydb
A builder for creating an instance of MemoryDbClient.
MemoryDbClientOption<T> - Class in software.amazon.awssdk.services.memorydb.internal
 
MemoryDbException - Exception in software.amazon.awssdk.services.memorydb.model
 
MemoryDbException(MemoryDbException.Builder) - Constructor for exception software.amazon.awssdk.services.memorydb.model.MemoryDbException
 
MemoryDbException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
MemoryDbException.BuilderImpl - Class in software.amazon.awssdk.services.memorydb.model
 
MemoryDbRequest - Class in software.amazon.awssdk.services.memorydb.model
 
MemoryDbRequest(MemoryDbRequest.Builder) - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbRequest
 
MemoryDbRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
MemoryDbRequest.BuilderImpl - Class in software.amazon.awssdk.services.memorydb.model
 
MemoryDbResponse - Class in software.amazon.awssdk.services.memorydb.model
 
MemoryDbResponse(MemoryDbResponse.Builder) - Constructor for class software.amazon.awssdk.services.memorydb.model.MemoryDbResponse
 
MemoryDbResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
MemoryDbResponse.BuilderImpl - Class in software.amazon.awssdk.services.memorydb.model
 
MemoryDbResponseMetadata - Class in software.amazon.awssdk.services.memorydb.model
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AclNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Event.Builder
The text of the event.
message() - Method in class software.amazon.awssdk.services.memorydb.model.Event
The text of the event.
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidAclStateException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidArnException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSubnetException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidUserStateException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.NoOperationException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetInUseException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.TagNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UserNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException.Builder
 
minimumEngineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
The minimum engine version supported for the ACL
minimumEngineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
The minimum engine version supported for the ACL
minimumEngineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Parameter.Builder
The earliest engine version to which the parameter can apply.
minimumEngineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
The earliest engine version to which the parameter can apply.
minimumEngineVersion(String) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
The minimum engine version supported for the user
minimumEngineVersion() - Method in class software.amazon.awssdk.services.memorydb.model.User
The minimum engine version supported for the user

N

name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
The name of the Access Control List
name() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
The name of the Access Control List
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AvailabilityZone.Builder
The name of the Availability Zone.
name() - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
The name of the Availability Zone.
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The user-supplied name of the cluster.
name() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The user-supplied name of the cluster.
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The name of the cluster
name() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The name of the cluster
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Filter.Builder
The property being filtered.
name() - Method in class software.amazon.awssdk.services.memorydb.model.Filter
The property being filtered.
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Node.Builder
The node identifier.
name() - Method in class software.amazon.awssdk.services.memorydb.model.Node
The node identifier.
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Parameter.Builder
The name of the parameter
name() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
The name of the parameter
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroup.Builder
The name of the parameter group
name() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
The name of the parameter group
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Shard.Builder
The name of the shard
name() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
The name of the shard
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardDetail.Builder
The name of the shard
name() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
The name of the shard
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
The name of the snapshot
name() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
The name of the snapshot
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
The name of the subnet group
name() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
The name of the subnet group
name(String) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
The name of the user
name() - Method in class software.amazon.awssdk.services.memorydb.model.User
The name of the user
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse.Builder
If nextToken is returned, there are more results available.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
If nextToken is returned, there are more results available.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse.Builder
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
nextToken() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
An optional argument to pass in case the total number of records exceeds the value of MaxResults.
Node - Class in software.amazon.awssdk.services.memorydb.model
Represents an individual node within a cluster.
Node.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
NodeQuotaForClusterExceededException - Exception in software.amazon.awssdk.services.memorydb.model

NodeQuotaForClusterExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
NodeQuotaForCustomerExceededException - Exception in software.amazon.awssdk.services.memorydb.model

NodeQuotaForCustomerExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
nodes(Collection<Node>) - Method in interface software.amazon.awssdk.services.memorydb.model.Shard.Builder
A list containing information about individual nodes within the shard
nodes(Node...) - Method in interface software.amazon.awssdk.services.memorydb.model.Shard.Builder
A list containing information about individual nodes within the shard
nodes(Consumer<Node.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.Shard.Builder
A list containing information about individual nodes within the shard
nodes() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
A list containing information about individual nodes within the shard
nodesUpdated(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
A list of nodes updated by the service update
nodesUpdated() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
A list of nodes updated by the service update
nodeType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The cluster's node type
nodeType() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The cluster's node type
nodeType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The node type used for the cluster
nodeType() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The node type used for the cluster
nodeType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The compute and memory capacity of the nodes in the cluster.
nodeType() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The compute and memory capacity of the nodes in the cluster.
nodeType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
A valid node type that you want to scale this cluster up or down to.
nodeType() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
A valid node type that you want to scale this cluster up or down to.
NoOperationException - Exception in software.amazon.awssdk.services.memorydb.model

NoOperationException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
numberOfNodes(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.Shard.Builder
The number of nodes in the shard
numberOfNodes() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
The number of nodes in the shard
numberOfShards(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The number of shards in the cluster
numberOfShards() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The number of shards in the cluster
numReplicasPerShard(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The number of replicas to apply to each shard.
numReplicasPerShard() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The number of replicas to apply to each shard.
numShards(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The number of shards in the cluster
numShards() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The number of shards in the cluster
numShards(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The number of shards the cluster will contain.
numShards() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The number of shards the cluster will contain.

O

overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteAclRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteAclRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteUserRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteUserRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.FailoverShardRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.FailoverShardRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.ListTagsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ListTagsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserRequest.Builder
 

P

Parameter - Class in software.amazon.awssdk.services.memorydb.model
Describes an individual setting that controls some aspect of MemoryDB behavior.
Parameter.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
parameterGroup(ParameterGroup) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse.Builder
The newly-created parameter group.
parameterGroup(Consumer<ParameterGroup.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse.Builder
The newly-created parameter group.
parameterGroup() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
The newly-created parameter group.
parameterGroup(ParameterGroup) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse.Builder
The parameter group that has been deleted.
parameterGroup(Consumer<ParameterGroup.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse.Builder
The parameter group that has been deleted.
parameterGroup() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
The parameter group that has been deleted.
ParameterGroup - Class in software.amazon.awssdk.services.memorydb.model
Represents the output of a CreateParameterGroup operation.
parameterGroup(ParameterGroup) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse.Builder
The parameter group being reset.
parameterGroup(Consumer<ParameterGroup.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse.Builder
The parameter group being reset.
parameterGroup() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
The parameter group being reset.
parameterGroup(ParameterGroup) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse.Builder
The updated parameter group
parameterGroup(Consumer<ParameterGroup.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse.Builder
The updated parameter group
parameterGroup() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
The updated parameter group
ParameterGroup.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ParameterGroupAlreadyExistsException - Exception in software.amazon.awssdk.services.memorydb.model

ParameterGroupAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
parameterGroupFamily(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest.Builder
The name of a specific parameter group family to return details for.
parameterGroupFamily() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
The name of a specific parameter group family to return details for.
parameterGroupFamily(String) - Method in interface software.amazon.awssdk.services.memorydb.model.EngineVersionInfo.Builder
Specifies the name of the parameter group family to which the engine default parameters apply.
parameterGroupFamily() - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
Specifies the name of the parameter group family to which the engine default parameters apply.
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The name of the parameter group used by the cluster
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The name of the parameter group used by the cluster
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The name of parameter group used by the cluster
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The name of parameter group used by the cluster
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The name of the parameter group associated with the cluster.
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The name of the parameter group associated with the cluster.
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
The name of the parameter group.
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
The name of the parameter group.
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest.Builder
The name of the parameter group to delete.
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
The name of the parameter group to delete.
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest.Builder
The name of a specific parameter group to return details for.
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
The name of a specific parameter group to return details for.
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest.Builder
he name of a specific parameter group to return details for.
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
he name of a specific parameter group to return details for.
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest.Builder
The name of the parameter group to reset.
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
The name of the parameter group to reset.
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The name of the parameter group to update
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The name of the parameter group to update
parameterGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest.Builder
The name of the parameter group to update.
parameterGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
The name of the parameter group to update.
ParameterGroupNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

ParameterGroupNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ParameterGroupQuotaExceededException - Exception in software.amazon.awssdk.services.memorydb.model

ParameterGroupQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
parameterGroups(Collection<ParameterGroup>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse.Builder
A list of parameter groups.
parameterGroups(ParameterGroup...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse.Builder
A list of parameter groups.
parameterGroups(Consumer<ParameterGroup.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse.Builder
A list of parameter groups.
parameterGroups() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
A list of parameter groups.
parameterGroupStatus(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The status of the parameter group used by the cluster, for example 'active' or 'applying'.
parameterGroupStatus() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The status of the parameter group used by the cluster, for example 'active' or 'applying'.
parameterName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterNameValue.Builder
The name of the parameter
parameterName() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
The name of the parameter
parameterNames(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest.Builder
An array of parameter names to reset to their default values.
parameterNames(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest.Builder
An array of parameter names to reset to their default values.
parameterNames() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
An array of parameter names to reset to their default values.
ParameterNameValue - Class in software.amazon.awssdk.services.memorydb.model
Describes a name-value pair that is used to update the value of a parameter.
ParameterNameValue.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
parameterNameValues(Collection<ParameterNameValue>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest.Builder
An array of parameter names and values for the parameter update.
parameterNameValues(ParameterNameValue...) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest.Builder
An array of parameter names and values for the parameter update.
parameterNameValues(Consumer<ParameterNameValue.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest.Builder
An array of parameter names and values for the parameter update.
parameterNameValues() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
An array of parameter names and values for the parameter update.
parameters(Collection<Parameter>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse.Builder
A list of parameters specific to a particular parameter group.
parameters(Parameter...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse.Builder
A list of parameters specific to a particular parameter group.
parameters(Consumer<Parameter.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse.Builder
A list of parameters specific to a particular parameter group.
parameters() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
A list of parameters specific to a particular parameter group.
parameterValue(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterNameValue.Builder
The value of the parameter
parameterValue() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
The value of the parameter
passwordCount(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.Authentication.Builder
The number of passwords belonging to the user.
passwordCount() - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
The number of passwords belonging to the user.
passwords(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.AuthenticationMode.Builder
The password(s) used for authentication
passwords(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.AuthenticationMode.Builder
The password(s) used for authentication
passwords() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
The password(s) used for authentication
pendingChanges(ACLPendingChanges) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
A list of updates being applied to the ACL.
pendingChanges(Consumer<ACLPendingChanges.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
A list of updates being applied to the ACL.
pendingChanges() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
A list of updates being applied to the ACL.
PendingModifiedServiceUpdate - Class in software.amazon.awssdk.services.memorydb.model
Update action that has yet to be processed for the corresponding apply/stop request
PendingModifiedServiceUpdate.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
pendingUpdates(ClusterPendingUpdates) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A group of settings that are currently being applied.
pendingUpdates(Consumer<ClusterPendingUpdates.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A group of settings that are currently being applied.
pendingUpdates() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
A group of settings that are currently being applied.
port(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The port used by the cluster
port() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The port used by the cluster
port(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The port number on which each of the nodes accepts connections.
port() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The port number on which each of the nodes accepts connections.
port(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.Endpoint.Builder
The port number that the engine is listening on.
port() - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
The port number that the engine is listening on.
processedClusters(Collection<Cluster>) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse.Builder
The list of clusters that have been updated.
processedClusters(Cluster...) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse.Builder
The list of clusters that have been updated.
processedClusters(Consumer<Cluster.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse.Builder
The list of clusters that have been updated.
processedClusters() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
The list of clusters that have been updated.
progressPercentage(Double) - Method in interface software.amazon.awssdk.services.memorydb.model.SlotMigration.Builder
The percentage of the slot migration that is complete.
progressPercentage() - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
The percentage of the slot migration that is complete.

R

releaseDate(Instant) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
The date when the service update is initially available
releaseDate() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
The date when the service update is initially available
replicaConfiguration(ReplicaConfigurationRequest) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The number of replicas that will reside in each shard
replicaConfiguration(Consumer<ReplicaConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The number of replicas that will reside in each shard
replicaConfiguration() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The number of replicas that will reside in each shard
ReplicaConfigurationRequest - Class in software.amazon.awssdk.services.memorydb.model
A request to configure the number of replicas in a shard
ReplicaConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
replicaCount(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest.Builder
The number of replicas to scale up or down to
replicaCount() - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
The number of replicas to scale up or down to
replicaCount(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardConfiguration.Builder
The number of read replica nodes in this shard.
replicaCount() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
The number of read replica nodes in this shard.
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AclNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidAclStateException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidArnException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSubnetException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidUserStateException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.NoOperationException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetInUseException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.TagNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UserNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException.Builder
 
resetParameterGroup(ResetParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Modifies the parameters of a parameter group to the engine or system default value.
resetParameterGroup(Consumer<ResetParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Modifies the parameters of a parameter group to the engine or system default value.
resetParameterGroup(ResetParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Modifies the parameters of a parameter group to the engine or system default value.
resetParameterGroup(Consumer<ResetParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Modifies the parameters of a parameter group to the engine or system default value.
ResetParameterGroupRequest - Class in software.amazon.awssdk.services.memorydb.model
 
ResetParameterGroupRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ResetParameterGroupRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
ResetParameterGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.ResetParameterGroupRequestMarshaller
 
ResetParameterGroupResponse - Class in software.amazon.awssdk.services.memorydb.model
 
ResetParameterGroupResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
resharding(ReshardingStatus) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates.Builder
The status of an online resharding operation.
resharding(Consumer<ReshardingStatus.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates.Builder
The status of an online resharding operation.
resharding() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
The status of an online resharding operation.
ReshardingStatus - Class in software.amazon.awssdk.services.memorydb.model
The status of the online resharding
ReshardingStatus.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
resourceArn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ListTagsRequest.Builder
The Amazon Resource Name (ARN) of the resource for which you want the list of tags
resourceArn() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
The Amazon Resource Name (ARN) of the resource for which you want the list of tags
resourceArn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceRequest.Builder
The Amazon Resource Name (ARN) of the resource to which the tags are to be added
resourceArn() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
The Amazon Resource Name (ARN) of the resource to which the tags are to be added
resourceArn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceRequest.Builder
The Amazon Resource Name (ARN) of the resource to which the tags are to be removed
resourceArn() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
The Amazon Resource Name (ARN) of the resource to which the tags are to be removed
responseMetadata() - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbResponse
 

S

scaleDownNodeTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse.Builder
A list node types which you can use to scale down your cluster.
scaleDownNodeTypes(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse.Builder
A list node types which you can use to scale down your cluster.
scaleDownNodeTypes() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
A list node types which you can use to scale down your cluster.
scaleUpNodeTypes(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse.Builder
A list node types which you can use to scale up your cluster.
scaleUpNodeTypes(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse.Builder
A list node types which you can use to scale up your cluster.
scaleUpNodeTypes() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
A list node types which you can use to scale up your cluster.
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.AclNotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Event
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Filter
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidAclStateException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidArnException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidSubnetException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidUserStateException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Node
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.NoOperationException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ShardNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetInUseException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.Tag
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.TagNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.memorydb.model.User
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.UserNotFoundException
 
sdkFields() - Method in exception software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException
 
securityGroupId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership.Builder
The identifier of the security group.
securityGroupId() - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
The identifier of the security group.
securityGroupIds(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A list of security group names to associate with this cluster.
securityGroupIds(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A list of security group names to associate with this cluster.
securityGroupIds() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
A list of security group names to associate with this cluster.
securityGroupIds(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The SecurityGroupIds to update
securityGroupIds(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The SecurityGroupIds to update
securityGroupIds() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The SecurityGroupIds to update
SecurityGroupMembership - Class in software.amazon.awssdk.services.memorydb.model
Represents a single security group and its status.
SecurityGroupMembership.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
securityGroups(Collection<SecurityGroupMembership>) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A list of security groups used by the cluster
securityGroups(SecurityGroupMembership...) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A list of security groups used by the cluster
securityGroups(Consumer<SecurityGroupMembership.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A list of security groups used by the cluster
securityGroups() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
A list of security groups used by the cluster
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ACL
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.AclNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Event
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Filter
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidAclStateException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidArnException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidSubnetException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidUserStateException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.MemoryDbException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Node
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.NoOperationException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Shard
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ShardNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetInUseException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.Tag
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.TagNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.memorydb.model.User
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.UserNotFoundException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
 
ServiceLinkedRoleNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

ServiceLinkedRoleNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
 
serviceUpdate(ServiceUpdateRequest) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest.Builder
The unique ID of the service update
serviceUpdate(Consumer<ServiceUpdateRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest.Builder
The unique ID of the service update
serviceUpdate() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
The unique ID of the service update
ServiceUpdate - Class in software.amazon.awssdk.services.memorydb.model
An update that you can apply to your MemoryDB clusters.
ServiceUpdate.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
serviceUpdateName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The unique ID of the service update to describe.
serviceUpdateName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
The unique ID of the service update to describe.
serviceUpdateName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate.Builder
The unique ID of the service update
serviceUpdateName() - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
The unique ID of the service update
serviceUpdateName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
The unique ID of the service update
serviceUpdateName() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
The unique ID of the service update
serviceUpdateNameToApply(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest.Builder
The unique ID of the service update
serviceUpdateNameToApply() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
The unique ID of the service update
ServiceUpdateNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

ServiceUpdateNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ServiceUpdateRequest - Class in software.amazon.awssdk.services.memorydb.model
A request to apply a service update
ServiceUpdateRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
serviceUpdates(Collection<PendingModifiedServiceUpdate>) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates.Builder
A list of service updates being applied to the cluster
serviceUpdates(PendingModifiedServiceUpdate...) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates.Builder
A list of service updates being applied to the cluster
serviceUpdates(Consumer<PendingModifiedServiceUpdate.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates.Builder
A list of service updates being applied to the cluster
serviceUpdates() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
A list of service updates being applied to the cluster
serviceUpdates(Collection<ServiceUpdate>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse.Builder
A list of service updates
serviceUpdates(ServiceUpdate...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse.Builder
A list of service updates
serviceUpdates(Consumer<ServiceUpdate.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse.Builder
A list of service updates
serviceUpdates() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
A list of service updates
ServiceUpdateStatus - Enum in software.amazon.awssdk.services.memorydb.model
 
ServiceUpdateType - Enum in software.amazon.awssdk.services.memorydb.model
 
Shard - Class in software.amazon.awssdk.services.memorydb.model
Represents a collection of nodes in a cluster.
Shard.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ShardConfiguration - Class in software.amazon.awssdk.services.memorydb.model
Shard configuration options.
shardConfiguration(ShardConfigurationRequest) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The number of shards in the cluster
shardConfiguration(Consumer<ShardConfigurationRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The number of shards in the cluster
shardConfiguration() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The number of shards in the cluster
ShardConfiguration.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
ShardConfigurationRequest - Class in software.amazon.awssdk.services.memorydb.model
A request to configure the sharding properties of a cluster
ShardConfigurationRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
shardCount(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest.Builder
The number of shards in the cluster
shardCount() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
The number of shards in the cluster
ShardDetail - Class in software.amazon.awssdk.services.memorydb.model
Provides details of a shard in a snapshot
ShardDetail.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
shardName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.FailoverShardRequest.Builder
The name of the shard
shardName() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
The name of the shard
ShardNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

ShardNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
shards(Collection<Shard>) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A list of shards that are members of the cluster.
shards(Shard...) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A list of shards that are members of the cluster.
shards(Consumer<Shard.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A list of shards that are members of the cluster.
shards() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
A list of shards that are members of the cluster.
shards(Collection<ShardDetail>) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The list of shards in the cluster
shards(ShardDetail...) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The list of shards in the cluster
shards(Consumer<ShardDetail.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The list of shards in the cluster
shards() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The list of shards in the cluster
ShardsPerClusterQuotaExceededException - Exception in software.amazon.awssdk.services.memorydb.model

ShardsPerClusterQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
showDetail(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
A Boolean value which if true, the shard configuration is included in the snapshot description.
showDetail() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
A Boolean value which if true, the shard configuration is included in the snapshot description.
showShardDetails(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest.Builder
An optional flag that can be included in the request to retrieve information about the individual shard(s).
showShardDetails() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
An optional flag that can be included in the request to retrieve information about the individual shard(s).
size(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardDetail.Builder
The size of the shard's snapshot
size() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
The size of the shard's snapshot
slotMigration(SlotMigration) - Method in interface software.amazon.awssdk.services.memorydb.model.ReshardingStatus.Builder
The status of the online resharding slot migration
slotMigration(Consumer<SlotMigration.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.ReshardingStatus.Builder
The status of the online resharding slot migration
slotMigration() - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
The status of the online resharding slot migration
SlotMigration - Class in software.amazon.awssdk.services.memorydb.model
Represents the progress of an online resharding operation.
SlotMigration.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
slots(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Shard.Builder
The keyspace for this shard.
slots() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
The keyspace for this shard.
slots(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardConfiguration.Builder
A string that specifies the keyspace for a particular node group.
slots() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
A string that specifies the keyspace for a particular node group.
snapshot(Snapshot) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse.Builder
Represents a copy of an entire cluster as of the time when the snapshot was taken.
snapshot(Consumer<Snapshot.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse.Builder
Represents a copy of an entire cluster as of the time when the snapshot was taken.
snapshot() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
Represents a copy of an entire cluster as of the time when the snapshot was taken.
snapshot(Snapshot) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse.Builder
The newly-created snapshot.
snapshot(Consumer<Snapshot.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse.Builder
The newly-created snapshot.
snapshot() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
The newly-created snapshot.
snapshot(Snapshot) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse.Builder
The snapshot object that has been deleted.
snapshot(Consumer<Snapshot.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse.Builder
The snapshot object that has been deleted.
snapshot() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
The snapshot object that has been deleted.
Snapshot - Class in software.amazon.awssdk.services.memorydb.model
Represents a copy of an entire cluster as of the time when the snapshot was taken.
Snapshot.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
SnapshotAlreadyExistsException - Exception in software.amazon.awssdk.services.memorydb.model

SnapshotAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
snapshotArns(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.
snapshotArns(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.
snapshotArns() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
A list of Amazon Resource Names (ARN) that uniquely identify the RDB snapshot files stored in Amazon S3.
snapshotCreationTime(Instant) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardDetail.Builder
The date and time that the shard's snapshot was created
snapshotCreationTime() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
The date and time that the shard's snapshot was created
snapshotName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The name of a snapshot from which to restore data into the new cluster.
snapshotName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The name of a snapshot from which to restore data into the new cluster.
snapshotName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
A name for the snapshot being created.
snapshotName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
A name for the snapshot being created.
snapshotName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest.Builder
The name of the snapshot to delete
snapshotName() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
The name of the snapshot to delete
snapshotName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
A user-supplied name of the snapshot.
snapshotName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
A user-supplied name of the snapshot.
SnapshotNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

SnapshotNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
SnapshotQuotaExceededException - Exception in software.amazon.awssdk.services.memorydb.model

SnapshotQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
snapshotRetentionLimit(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The number of days for which MemoryDB retains automatic snapshots before deleting them.
snapshotRetentionLimit() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The number of days for which MemoryDB retains automatic snapshots before deleting them.
snapshotRetentionLimit(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The snapshot retention limit set by the cluster
snapshotRetentionLimit() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The snapshot retention limit set by the cluster
snapshotRetentionLimit(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The number of days for which MemoryDB retains automatic snapshots before deleting them.
snapshotRetentionLimit() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The number of days for which MemoryDB retains automatic snapshots before deleting them.
snapshotRetentionLimit(Integer) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The number of days for which MemoryDB retains automatic cluster snapshots before deleting them.
snapshotRetentionLimit() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The number of days for which MemoryDB retains automatic cluster snapshots before deleting them.
snapshots(Collection<Snapshot>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse.Builder
A list of snapshots.
snapshots(Snapshot...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse.Builder
A list of snapshots.
snapshots(Consumer<Snapshot.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse.Builder
A list of snapshots.
snapshots() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
A list of snapshots.
snapshotWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
snapshotWindow() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
snapshotWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The snapshot window set by the cluster
snapshotWindow() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The snapshot window set by the cluster
snapshotWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
snapshotWindow() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your shard.
snapshotWindow(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
snapshotWindow() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
snsTopicArn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The Amazon Resource Name (ARN) of the SNS notification topic
snsTopicArn() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The Amazon Resource Name (ARN) of the SNS notification topic
snsTopicArn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
snsTopicArn() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic to which notifications are sent.
snsTopicArn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The SNS topic ARN to update
snsTopicArn() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The SNS topic ARN to update
snsTopicStatus(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The SNS topic must be in Active status to receive notifications
snsTopicStatus() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The SNS topic must be in Active status to receive notifications
snsTopicStatus(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest.Builder
The status of the Amazon SNS notification topic.
snsTopicStatus() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
The status of the Amazon SNS notification topic.
software.amazon.awssdk.services.memorydb - package software.amazon.awssdk.services.memorydb
MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures.
software.amazon.awssdk.services.memorydb.internal - package software.amazon.awssdk.services.memorydb.internal
 
software.amazon.awssdk.services.memorydb.model - package software.amazon.awssdk.services.memorydb.model
 
software.amazon.awssdk.services.memorydb.transform - package software.amazon.awssdk.services.memorydb.transform
 
source(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest.Builder
If set to system, the output shows snapshots that were automatically created by MemoryDB.
source() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
If set to system, the output shows snapshots that were automatically created by MemoryDB.
source(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
source() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
Indicates whether the snapshot is from an automatic backup (automated) or was created manually (manual).
sourceName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
The identifier of the event source for which events are returned.
sourceName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
The identifier of the event source for which events are returned.
sourceName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Event.Builder
The name for the source of the event.
sourceName() - Method in class software.amazon.awssdk.services.memorydb.model.Event
The name for the source of the event.
sourceSnapshotName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
The name of an existing snapshot from which to make a copy.
sourceSnapshotName() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
The name of an existing snapshot from which to make a copy.
sourceType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
The event source to retrieve events for.
sourceType(SourceType) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
The event source to retrieve events for.
sourceType() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
The event source to retrieve events for.
sourceType(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Event.Builder
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
sourceType(SourceType) - Method in interface software.amazon.awssdk.services.memorydb.model.Event.Builder
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
sourceType() - Method in class software.amazon.awssdk.services.memorydb.model.Event
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
SourceType - Enum in software.amazon.awssdk.services.memorydb.model
 
sourceTypeAsString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
The event source to retrieve events for.
sourceTypeAsString() - Method in class software.amazon.awssdk.services.memorydb.model.Event
Specifies the origin of this event - a cluster, a parameter group, a security group, etc.
startTime(Instant) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest.Builder
The beginning of the time interval to retrieve events for, specified in ISO 8601 format.
startTime() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
The beginning of the time interval to retrieve events for, specified in ISO 8601 format.
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
Indicates ACL status.
status() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
Indicates ACL status.
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The status of the cluster.
status() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The status of the cluster.
status(Collection<ServiceUpdateStatus>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The status(es) of the service updates to filter on
status(ServiceUpdateStatus...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The status(es) of the service updates to filter on
status() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
The status(es) of the service updates to filter on
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Node.Builder
The status of the service update on the node
status() - Method in class software.amazon.awssdk.services.memorydb.model.Node
The status of the service update on the node
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate.Builder
The status of the service update
status(ServiceUpdateStatus) - Method in interface software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate.Builder
The status of the service update
status() - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
The status of the service update
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership.Builder
The status of the security group membership.
status() - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
The status of the security group membership.
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
The status of the service update
status(ServiceUpdateStatus) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
The status of the service update
status() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
The status of the service update
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Shard.Builder
The current state of this replication group - creating, available, modifying, deleting.
status() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
The current state of this replication group - creating, available, modifying, deleting.
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Snapshot.Builder
The status of the snapshot.
status() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
The status of the snapshot.
status(String) - Method in interface software.amazon.awssdk.services.memorydb.model.User.Builder
Indicates the user status.
status() - Method in class software.amazon.awssdk.services.memorydb.model.User
Indicates the user status.
statusAsString() - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
The status of the service update
statusAsString() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
The status of the service update
statusAsStrings() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
The status(es) of the service updates to filter on
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.AclNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidAclStateException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidArnException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidSubnetException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidUserStateException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.MemoryDbException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.NoOperationException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetInUseException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.TagNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.UserNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException.Builder
 
statusWithStrings(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The status(es) of the service updates to filter on
statusWithStrings(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest.Builder
The status(es) of the service updates to filter on
Subnet - Class in software.amazon.awssdk.services.memorydb.model
Represents the subnet associated with a cluster.
Subnet.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
subnetGroup(SubnetGroup) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse.Builder
The newly-created subnet group
subnetGroup(Consumer<SubnetGroup.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse.Builder
The newly-created subnet group
subnetGroup() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
The newly-created subnet group
subnetGroup(SubnetGroup) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse.Builder
The subnet group object that has been deleted.
subnetGroup(Consumer<SubnetGroup.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse.Builder
The subnet group object that has been deleted.
subnetGroup() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
The subnet group object that has been deleted.
SubnetGroup - Class in software.amazon.awssdk.services.memorydb.model
Represents the output of one of the following operations:
subnetGroup(SubnetGroup) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse.Builder
The updated subnet group
subnetGroup(Consumer<SubnetGroup.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse.Builder
The updated subnet group
subnetGroup() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
The updated subnet group
SubnetGroup.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
SubnetGroupAlreadyExistsException - Exception in software.amazon.awssdk.services.memorydb.model

SubnetGroupAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
SubnetGroupInUseException - Exception in software.amazon.awssdk.services.memorydb.model

SubnetGroupInUseException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
subnetGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
The name of the subnet group used by the cluster
subnetGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
The name of the subnet group used by the cluster
subnetGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The name of the subnet group used by the cluster
subnetGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The name of the subnet group used by the cluster
subnetGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
The name of the subnet group to be used for the cluster.
subnetGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
The name of the subnet group to be used for the cluster.
subnetGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
The name of the subnet group.
subnetGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
The name of the subnet group.
subnetGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest.Builder
The name of the subnet group to delete
subnetGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
The name of the subnet group to delete
subnetGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest.Builder
The name of the subnet group to return details for.
subnetGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
The name of the subnet group to return details for.
subnetGroupName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest.Builder
The name of the subnet group
subnetGroupName() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
The name of the subnet group
SubnetGroupNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

SubnetGroupNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
SubnetGroupQuotaExceededException - Exception in software.amazon.awssdk.services.memorydb.model

SubnetGroupQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
subnetGroups(Collection<SubnetGroup>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse.Builder
A list of subnet groups.
subnetGroups(SubnetGroup...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse.Builder
A list of subnet groups.
subnetGroups(Consumer<SubnetGroup.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse.Builder
A list of subnet groups.
subnetGroups() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
A list of subnet groups.
subnetIds(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
A list of VPC subnet IDs for the subnet group.
subnetIds(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
A list of VPC subnet IDs for the subnet group.
subnetIds() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
A list of VPC subnet IDs for the subnet group.
subnetIds(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest.Builder
The EC2 subnet IDs for the subnet group.
subnetIds(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest.Builder
The EC2 subnet IDs for the subnet group.
subnetIds() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
The EC2 subnet IDs for the subnet group.
SubnetInUseException - Exception in software.amazon.awssdk.services.memorydb.model

SubnetInUseException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
SubnetNotAllowedException - Exception in software.amazon.awssdk.services.memorydb.model

SubnetNotAllowedException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
SubnetQuotaExceededException - Exception in software.amazon.awssdk.services.memorydb.model

SubnetQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
subnets(Collection<Subnet>) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
A list of subnets associated with the subnet group.
subnets(Subnet...) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
A list of subnets associated with the subnet group.
subnets(Consumer<Subnet.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
A list of subnets associated with the subnet group.
subnets() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
A list of subnets associated with the subnet group.

T

Tag - Class in software.amazon.awssdk.services.memorydb.model
A tag that can be added to an MemoryDB resource.
Tag.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
tagKeys(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceRequest.Builder
The list of keys of the tags that are to be removed
tagKeys(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceRequest.Builder
The list of keys of the tags that are to be removed
tagKeys() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
The list of keys of the tags that are to be removed
tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.ListTagsResponse.Builder
A list of tags as key-value pairs.
tagList(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.ListTagsResponse.Builder
A list of tags as key-value pairs.
tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.ListTagsResponse.Builder
A list of tags as key-value pairs.
tagList() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
A list of tags as key-value pairs.
tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceResponse.Builder
A list of tags as key-value pairs.
tagList(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceResponse.Builder
A list of tags as key-value pairs.
tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceResponse.Builder
A list of tags as key-value pairs.
tagList() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
A list of tags as key-value pairs.
tagList(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceResponse.Builder
The list of tags removed
tagList(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceResponse.Builder
The list of tags removed
tagList(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.UntagResourceResponse.Builder
The list of tags removed
tagList() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
The list of tags removed
TagNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

TagNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
TagQuotaPerResourceExceededException - Exception in software.amazon.awssdk.services.memorydb.model

TagQuotaPerResourceExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
A tag is a key-value pair where the key and value are case-sensitive.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
A tag is a key-value pair where the key and value are case-sensitive.
tagResource(TagResourceRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
A tag is a key-value pair where the key and value are case-sensitive.
tagResource(Consumer<TagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
A tag is a key-value pair where the key and value are case-sensitive.
TagResourceRequest - Class in software.amazon.awssdk.services.memorydb.model
 
TagResourceRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
TagResourceRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
TagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.TagResourceRequestMarshaller
 
TagResourceResponse - Class in software.amazon.awssdk.services.memorydb.model
 
TagResourceResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
A list of tags to be added to this resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
A list of tags to be added to this resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
A list of tags to be added to this resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
A list of tags to be added to this resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
A list of tags to be added to this resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
A list of tags to be added to this resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
A list of tags to be added to this resource.
tags(Collection<Tag>) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceRequest.Builder
A list of tags to be added to this resource.
tags(Tag...) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceRequest.Builder
A list of tags to be added to this resource.
tags(Consumer<Tag.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.TagResourceRequest.Builder
A list of tags to be added to this resource.
tags() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
A list of tags to be added to this resource.
targetBucket(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
The Amazon S3 bucket to which the snapshot is exported.
targetBucket() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
The Amazon S3 bucket to which the snapshot is exported.
targetSnapshotName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest.Builder
A name for the snapshot copy.
targetSnapshotName() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
A name for the snapshot copy.
TestFailoverNotAvailableException - Exception in software.amazon.awssdk.services.memorydb.model

TestFailoverNotAvailableException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
tlsEnabled(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.Cluster.Builder
A flag to indicate if In-transit encryption is enabled
tlsEnabled() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
A flag to indicate if In-transit encryption is enabled
tlsEnabled(Boolean) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateClusterRequest.Builder
A flag to enable in-transit encryption on the cluster.
tlsEnabled() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
A flag to enable in-transit encryption on the cluster.
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.AclAlreadyExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.AclNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.AclQuotaExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ApiCallRateForCustomerExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ClusterAlreadyExistsException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ClusterNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ClusterQuotaForCustomerExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.DefaultUserRequiredException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.DuplicateUserNameException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Event
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Filter
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InsufficientClusterCapacityException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidAclStateException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidArnException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidClusterStateException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidCredentialsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidKmsKeyException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidNodeStateException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterCombinationException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterGroupStateException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidParameterValueException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidSnapshotStateException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidSubnetException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidUserStateException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.InvalidVpcNetworkStateException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.MemoryDbException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.MemoryDbRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Node
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForClusterExceededException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.NodeQuotaForCustomerExceededException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.NoOperationException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupAlreadyExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ParameterGroupQuotaExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ServiceLinkedRoleNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ServiceUpdateNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ShardNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.ShardsPerClusterQuotaExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SnapshotAlreadyExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SnapshotNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SnapshotQuotaExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupAlreadyExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupInUseException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetGroupQuotaExceededException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetInUseException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetNotAllowedException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.SubnetQuotaExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.Tag
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.TagNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.TagQuotaPerResourceExceededException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.TestFailoverNotAvailableException
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.memorydb.model.User
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.UserAlreadyExistsException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.UserNotFoundException
 
toBuilder() - Method in exception software.amazon.awssdk.services.memorydb.model.UserQuotaExceededException
 
topicArn(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
topicArn() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ACLsUpdateStatus
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.memorydb.model.AuthenticationType
 
toString() - Method in class software.amazon.awssdk.services.memorydb.model.AvailabilityZone
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.memorydb.model.AZStatus
 
toString() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Cluster
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterPendingUpdates
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CopySnapshotResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateClusterResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateParameterGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSnapshotResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateSubnetGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteAclResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteClusterResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSnapshotResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteSubnetGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeAcLsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeClustersResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEngineVersionsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeEventsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeParametersResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeServiceUpdatesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSnapshotsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeSubnetGroupsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Endpoint
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.EngineVersionInfo
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Event
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.FailoverShardResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Filter
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.memorydb.model.InputAuthenticationType
 
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ListAllowedNodeTypeUpdatesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ListTagsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Node
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterGroup
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ParameterNameValue
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.PendingModifiedServiceUpdate
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ReplicaConfigurationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ResetParameterGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ReshardingStatus
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.SecurityGroupMembership
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdateRequest
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateStatus
 
toString() - Method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateType
 
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Shard
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfiguration
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ShardConfigurationRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.ShardDetail
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.SlotMigration
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Snapshot
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.memorydb.model.SourceType
 
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Subnet
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.Tag
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.TagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UnprocessedCluster
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UntagResourceResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateClusterResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateParameterGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateSubnetGroupResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.memorydb.model.User
Returns a string representation of this object.
type(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Authentication.Builder
Indicates whether the user requires a password to authenticate.
type(AuthenticationType) - Method in interface software.amazon.awssdk.services.memorydb.model.Authentication.Builder
Indicates whether the user requires a password to authenticate.
type() - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
Indicates whether the user requires a password to authenticate.
type(String) - Method in interface software.amazon.awssdk.services.memorydb.model.AuthenticationMode.Builder
Indicates whether the user requires a password to authenticate.
type(InputAuthenticationType) - Method in interface software.amazon.awssdk.services.memorydb.model.AuthenticationMode.Builder
Indicates whether the user requires a password to authenticate.
type() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
Indicates whether the user requires a password to authenticate.
type(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
Reflects the nature of the service update
type(ServiceUpdateType) - Method in interface software.amazon.awssdk.services.memorydb.model.ServiceUpdate.Builder
Reflects the nature of the service update
type() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
Reflects the nature of the service update
typeAsString() - Method in class software.amazon.awssdk.services.memorydb.model.Authentication
Indicates whether the user requires a password to authenticate.
typeAsString() - Method in class software.amazon.awssdk.services.memorydb.model.AuthenticationMode
Indicates whether the user requires a password to authenticate.
typeAsString() - Method in class software.amazon.awssdk.services.memorydb.model.ServiceUpdate
Reflects the nature of the service update

U

UnprocessedCluster - Class in software.amazon.awssdk.services.memorydb.model
A cluster whose updates have failed
UnprocessedCluster.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
unprocessedClusters(Collection<UnprocessedCluster>) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse.Builder
The list of clusters where updates have not been applied.
unprocessedClusters(UnprocessedCluster...) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse.Builder
The list of clusters where updates have not been applied.
unprocessedClusters(Consumer<UnprocessedCluster.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse.Builder
The list of clusters where updates have not been applied.
unprocessedClusters() - Method in class software.amazon.awssdk.services.memorydb.model.BatchUpdateClusterResponse
The list of clusters where updates have not been applied.
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Use this operation to remove tags on a resource
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Use this operation to remove tags on a resource
untagResource(UntagResourceRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Use this operation to remove tags on a resource
untagResource(Consumer<UntagResourceRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Use this operation to remove tags on a resource
UntagResourceRequest - Class in software.amazon.awssdk.services.memorydb.model
 
UntagResourceRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UntagResourceRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
UntagResourceRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.UntagResourceRequestMarshaller
 
UntagResourceResponse - Class in software.amazon.awssdk.services.memorydb.model
 
UntagResourceResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
updateACL(UpdateAclRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Changes the list of users that belong to the Access Control List.
updateACL(Consumer<UpdateAclRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Changes the list of users that belong to the Access Control List.
updateACL(UpdateAclRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Changes the list of users that belong to the Access Control List.
updateACL(Consumer<UpdateAclRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Changes the list of users that belong to the Access Control List.
UpdateAclRequest - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateAclRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UpdateAclRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
UpdateAclRequest Marshaller
UpdateAclRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.UpdateAclRequestMarshaller
 
UpdateAclResponse - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateAclResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
updateCluster(UpdateClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Modifies the settings for a cluster.
updateCluster(Consumer<UpdateClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Modifies the settings for a cluster.
updateCluster(UpdateClusterRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Modifies the settings for a cluster.
updateCluster(Consumer<UpdateClusterRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Modifies the settings for a cluster.
UpdateClusterRequest - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateClusterRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UpdateClusterRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
UpdateClusterRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.UpdateClusterRequestMarshaller
 
UpdateClusterResponse - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateClusterResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
updateParameterGroup(UpdateParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Updates the parameters of a parameter group.
updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Updates the parameters of a parameter group.
updateParameterGroup(UpdateParameterGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Updates the parameters of a parameter group.
updateParameterGroup(Consumer<UpdateParameterGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Updates the parameters of a parameter group.
UpdateParameterGroupRequest - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateParameterGroupRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UpdateParameterGroupRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
UpdateParameterGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.UpdateParameterGroupRequestMarshaller
 
UpdateParameterGroupResponse - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateParameterGroupResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
updateSubnetGroup(UpdateSubnetGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Updates a subnet group.
updateSubnetGroup(Consumer<UpdateSubnetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Updates a subnet group.
updateSubnetGroup(UpdateSubnetGroupRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Updates a subnet group.
updateSubnetGroup(Consumer<UpdateSubnetGroupRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Updates a subnet group.
UpdateSubnetGroupRequest - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateSubnetGroupRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UpdateSubnetGroupRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
UpdateSubnetGroupRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.UpdateSubnetGroupRequestMarshaller
 
UpdateSubnetGroupResponse - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateSubnetGroupResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
updateUser(UpdateUserRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Changes user password(s) and/or access string.
updateUser(Consumer<UpdateUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbAsyncClient
Changes user password(s) and/or access string.
updateUser(UpdateUserRequest) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Changes user password(s) and/or access string.
updateUser(Consumer<UpdateUserRequest.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.MemoryDbClient
Changes user password(s) and/or access string.
UpdateUserRequest - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateUserRequest.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UpdateUserRequestMarshaller - Class in software.amazon.awssdk.services.memorydb.transform
UpdateUserRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.memorydb.transform.UpdateUserRequestMarshaller
 
UpdateUserResponse - Class in software.amazon.awssdk.services.memorydb.model
 
UpdateUserResponse.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
user(User) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserResponse.Builder
The newly-created user.
user(Consumer<User.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserResponse.Builder
The newly-created user.
user() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserResponse
The newly-created user.
user(User) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteUserResponse.Builder
The user object that has been deleted.
user(Consumer<User.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteUserResponse.Builder
The user object that has been deleted.
user() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserResponse
The user object that has been deleted.
user(User) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserResponse.Builder
The updated user
user(Consumer<User.Builder>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserResponse.Builder
The updated user
user() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserResponse
The updated user
User - Class in software.amazon.awssdk.services.memorydb.model
You create users and assign them specific permissions by using an access string.
User.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UserAlreadyExistsException - Exception in software.amazon.awssdk.services.memorydb.model

UserAlreadyExistsException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
userName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateUserRequest.Builder
The name of the user.
userName() - Method in class software.amazon.awssdk.services.memorydb.model.CreateUserRequest
The name of the user.
userName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DeleteUserRequest.Builder
The name of the user to delete
userName() - Method in class software.amazon.awssdk.services.memorydb.model.DeleteUserRequest
The name of the user to delete
userName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest.Builder
The name of the user
userName() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersRequest
The name of the user
userName(String) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateUserRequest.Builder
The name of the user
userName() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateUserRequest
The name of the user
userNames(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
The list of user names that belong to the ACL.
userNames(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.ACL.Builder
The list of user names that belong to the ACL.
userNames() - Method in class software.amazon.awssdk.services.memorydb.model.ACL
The list of user names that belong to the ACL.
userNames(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
The list of users that belong to the Access Control List.
userNames(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.CreateAclRequest.Builder
The list of users that belong to the Access Control List.
userNames() - Method in class software.amazon.awssdk.services.memorydb.model.CreateAclRequest
The list of users that belong to the Access Control List.
userNamesToAdd(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.ACLPendingChanges.Builder
A list of users being added to the ACL
userNamesToAdd(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.ACLPendingChanges.Builder
A list of users being added to the ACL
userNamesToAdd() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
A list of users being added to the ACL
userNamesToAdd(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclRequest.Builder
The list of users to add to the Access Control List
userNamesToAdd(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclRequest.Builder
The list of users to add to the Access Control List
userNamesToAdd() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
The list of users to add to the Access Control List
userNamesToRemove(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.ACLPendingChanges.Builder
A list of user names being removed from the ACL
userNamesToRemove(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.ACLPendingChanges.Builder
A list of user names being removed from the ACL
userNamesToRemove() - Method in class software.amazon.awssdk.services.memorydb.model.ACLPendingChanges
A list of user names being removed from the ACL
userNamesToRemove(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclRequest.Builder
The list of users to remove from the Access Control List
userNamesToRemove(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.UpdateAclRequest.Builder
The list of users to remove from the Access Control List
userNamesToRemove() - Method in class software.amazon.awssdk.services.memorydb.model.UpdateAclRequest
The list of users to remove from the Access Control List
UserNotFoundException - Exception in software.amazon.awssdk.services.memorydb.model

UserNotFoundException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
UserQuotaExceededException - Exception in software.amazon.awssdk.services.memorydb.model

UserQuotaExceededException.Builder - Interface in software.amazon.awssdk.services.memorydb.model
 
users(Collection<User>) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse.Builder
A list of users.
users(User...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse.Builder
A list of users.
users(Consumer<User.Builder>...) - Method in interface software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse.Builder
A list of users.
users() - Method in class software.amazon.awssdk.services.memorydb.model.DescribeUsersResponse
A list of users.

V

value(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Parameter.Builder
The value of the parameter
value() - Method in class software.amazon.awssdk.services.memorydb.model.Parameter
The value of the parameter
value(String) - Method in interface software.amazon.awssdk.services.memorydb.model.Tag.Builder
The tag's value.
value() - Method in class software.amazon.awssdk.services.memorydb.model.Tag
The tag's value.
valueOf(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.AZStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.InputAuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.ServiceUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.memorydb.model.SourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.memorydb.model.AuthenticationType
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.memorydb.model.AZStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values(Collection<String>) - Method in interface software.amazon.awssdk.services.memorydb.model.Filter.Builder
The property values to filter on.
values(String...) - Method in interface software.amazon.awssdk.services.memorydb.model.Filter.Builder
The property values to filter on.
values() - Method in class software.amazon.awssdk.services.memorydb.model.Filter
The property values to filter on.
values() - Static method in enum software.amazon.awssdk.services.memorydb.model.InputAuthenticationType
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.memorydb.model.ServiceUpdateStatus
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.memorydb.model.ServiceUpdateType
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.memorydb.model.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
vpcId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.ClusterConfiguration.Builder
The ID of the VPC the cluster belongs to
vpcId() - Method in class software.amazon.awssdk.services.memorydb.model.ClusterConfiguration
The ID of the VPC the cluster belongs to
vpcId(String) - Method in interface software.amazon.awssdk.services.memorydb.model.SubnetGroup.Builder
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
vpcId() - Method in class software.amazon.awssdk.services.memorydb.model.SubnetGroup
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
A B C D E F G H I K L M N O P R S T U V 
Skip navigation links

Copyright © 2022. All rights reserved.