| Package | Description |
|---|---|
| com.amazonaws.services.backup |
|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
CreateReportPlanResult |
AWSBackupClient.createReportPlan(CreateReportPlanRequest request)
Creates a report plan.
|
CreateReportPlanResult |
AWSBackup.createReportPlan(CreateReportPlanRequest createReportPlanRequest)
Creates a report plan.
|
CreateReportPlanResult |
AbstractAWSBackup.createReportPlan(CreateReportPlanRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateReportPlanResult> |
AWSBackupAsyncClient.createReportPlanAsync(CreateReportPlanRequest request,
AsyncHandler<CreateReportPlanRequest,CreateReportPlanResult> asyncHandler) |
Future<CreateReportPlanResult> |
AbstractAWSBackupAsync.createReportPlanAsync(CreateReportPlanRequest request,
AsyncHandler<CreateReportPlanRequest,CreateReportPlanResult> asyncHandler) |
Future<CreateReportPlanResult> |
AWSBackupAsync.createReportPlanAsync(CreateReportPlanRequest createReportPlanRequest,
AsyncHandler<CreateReportPlanRequest,CreateReportPlanResult> asyncHandler)
Creates a report plan.
|
| Modifier and Type | Method and Description |
|---|---|
CreateReportPlanResult |
CreateReportPlanResult.clone() |
CreateReportPlanResult |
CreateReportPlanResult.withCreationTime(Date creationTime)
The date and time a backup vault is created, in Unix format and Coordinated Universal Time (UTC).
|
CreateReportPlanResult |
CreateReportPlanResult.withReportPlanArn(String reportPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a resource.
|
CreateReportPlanResult |
CreateReportPlanResult.withReportPlanName(String reportPlanName)
The unique name of the report plan.
|
Copyright © 2023. All rights reserved.