| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
ResourcePendingMaintenanceActions |
AmazonNeptuneClient.applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest request)
Applies a pending maintenance action to a resource (for example, to a DB instance).
|
ResourcePendingMaintenanceActions |
AbstractAmazonNeptune.applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest request) |
ResourcePendingMaintenanceActions |
AmazonNeptune.applyPendingMaintenanceAction(ApplyPendingMaintenanceActionRequest applyPendingMaintenanceActionRequest)
Applies a pending maintenance action to a resource (for example, to a DB instance).
|
| Modifier and Type | Method and Description |
|---|---|
ResourcePendingMaintenanceActions |
ResourcePendingMaintenanceActions.clone() |
ResourcePendingMaintenanceActions |
ResourcePendingMaintenanceActions.withPendingMaintenanceActionDetails(Collection<PendingMaintenanceAction> pendingMaintenanceActionDetails)
A list that provides details about the pending maintenance actions for the resource.
|
ResourcePendingMaintenanceActions |
ResourcePendingMaintenanceActions.withPendingMaintenanceActionDetails(PendingMaintenanceAction... pendingMaintenanceActionDetails)
A list that provides details about the pending maintenance actions for the resource.
|
ResourcePendingMaintenanceActions |
ResourcePendingMaintenanceActions.withResourceIdentifier(String resourceIdentifier)
The ARN of the resource that has pending maintenance actions.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourcePendingMaintenanceActions> |
DescribePendingMaintenanceActionsResult.getPendingMaintenanceActions()
A list of the pending maintenance actions for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePendingMaintenanceActionsResult |
DescribePendingMaintenanceActionsResult.withPendingMaintenanceActions(ResourcePendingMaintenanceActions... pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePendingMaintenanceActionsResult.setPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
|
DescribePendingMaintenanceActionsResult |
DescribePendingMaintenanceActionsResult.withPendingMaintenanceActions(Collection<ResourcePendingMaintenanceActions> pendingMaintenanceActions)
A list of the pending maintenance actions for the resource.
|
Copyright © 2022. All rights reserved.