| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworkscm.model | |
| software.amazon.awssdk.services.opsworkscm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Backup |
CreateBackupResponse.backup()
Backup created by request.
|
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
DescribeBackupsResponse.backups()
Contains the response to a
DescribeBackups request. |
| Modifier and Type | Method and Description |
|---|---|
CreateBackupResponse.Builder |
CreateBackupResponse.Builder.backup(Backup backup)
Backup created by request.
|
DescribeBackupsResponse.Builder |
DescribeBackupsResponse.Builder.backups(Backup... backups)
Contains the response to a
DescribeBackups request. |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupsResponse.Builder |
DescribeBackupsResponse.Builder.backups(Collection<Backup> backups)
Contains the response to a
DescribeBackups request. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Backup> |
DescribeBackupsPublisher.backups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Backup> |
DescribeBackupsIterable.backups()
Returns an iterable to iterate through the paginated
DescribeBackupsResponse.backups() member. |
Copyright © 2023. All rights reserved.