Uses of Class
software.amazon.awssdk.services.opsworkscm.model.Backup
-
Packages that use Backup Package Description software.amazon.awssdk.services.opsworkscm.model software.amazon.awssdk.services.opsworkscm.paginators -
-
Uses of Backup in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return Backup Modifier and Type Method Description BackupCreateBackupResponse. backup()Backup created by request.Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type Backup Modifier and Type Method Description List<Backup>DescribeBackupsResponse. backups()Contains the response to aDescribeBackupsrequest.Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type Backup Modifier and Type Method Description CreateBackupResponse.BuilderCreateBackupResponse.Builder. backup(Backup backup)Backup created by request.DescribeBackupsResponse.BuilderDescribeBackupsResponse.Builder. backups(Backup... backups)Contains the response to aDescribeBackupsrequest.Method parameters in software.amazon.awssdk.services.opsworkscm.model with type arguments of type Backup Modifier and Type Method Description DescribeBackupsResponse.BuilderDescribeBackupsResponse.Builder. backups(Collection<Backup> backups)Contains the response to aDescribeBackupsrequest. -
Uses of Backup in software.amazon.awssdk.services.opsworkscm.paginators
Methods in software.amazon.awssdk.services.opsworkscm.paginators that return types with arguments of type Backup Modifier and Type Method Description SdkIterable<Backup>DescribeBackupsIterable. backups()Returns an iterable to iterate through the paginatedDescribeBackupsResponse.backups()member.SdkPublisher<Backup>DescribeBackupsPublisher. backups()Returns a publisher that can be used to get a stream of data.
-