| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBClusterParameterGroup> |
AmazonNeptuneAsyncClient.copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest request,
AsyncHandler<CopyDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
Future<DBClusterParameterGroup> |
AbstractAmazonNeptuneAsync.copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest request,
AsyncHandler<CopyDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler) |
Future<DBClusterParameterGroup> |
AmazonNeptuneAsync.copyDBClusterParameterGroupAsync(CopyDBClusterParameterGroupRequest copyDBClusterParameterGroupRequest,
AsyncHandler<CopyDBClusterParameterGroupRequest,DBClusterParameterGroup> asyncHandler)
Copies the specified DB cluster parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.clone() |
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withSourceDBClusterParameterGroupIdentifier(String sourceDBClusterParameterGroupIdentifier)
The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the copied DB cluster parameter group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTags(Tag... tags)
The tags to be assigned to the copied DB cluster parameter group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTargetDBClusterParameterGroupDescription(String targetDBClusterParameterGroupDescription)
A description for the copied DB cluster parameter group.
|
CopyDBClusterParameterGroupRequest |
CopyDBClusterParameterGroupRequest.withTargetDBClusterParameterGroupIdentifier(String targetDBClusterParameterGroupIdentifier)
The identifier for the copied DB cluster parameter group.
|
Copyright © 2024. All rights reserved.