Uses of Class
software.amazon.awssdk.services.opsworkscm.model.DescribeBackupsResponse
-
Packages that use DescribeBackupsResponse Package Description software.amazon.awssdk.services.opsworkscm AWS OpsWorks CM software.amazon.awssdk.services.opsworkscm.paginators -
-
Uses of DescribeBackupsResponse in software.amazon.awssdk.services.opsworkscm
Methods in software.amazon.awssdk.services.opsworkscm that return DescribeBackupsResponse Modifier and Type Method Description default DescribeBackupsResponseOpsWorksCmClient. describeBackups()Describes backups.default DescribeBackupsResponseOpsWorksCmClient. describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Describes backups.default DescribeBackupsResponseOpsWorksCmClient. describeBackups(DescribeBackupsRequest describeBackupsRequest)Describes backups.Methods in software.amazon.awssdk.services.opsworkscm that return types with arguments of type DescribeBackupsResponse Modifier and Type Method Description default CompletableFuture<DescribeBackupsResponse>OpsWorksCmAsyncClient. describeBackups()Describes backups.default CompletableFuture<DescribeBackupsResponse>OpsWorksCmAsyncClient. describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Describes backups.default CompletableFuture<DescribeBackupsResponse>OpsWorksCmAsyncClient. describeBackups(DescribeBackupsRequest describeBackupsRequest)Describes backups. -
Uses of DescribeBackupsResponse in software.amazon.awssdk.services.opsworkscm.paginators
Methods in software.amazon.awssdk.services.opsworkscm.paginators that return types with arguments of type DescribeBackupsResponse Modifier and Type Method Description Iterator<DescribeBackupsResponse>DescribeBackupsIterable. iterator()Method parameters in software.amazon.awssdk.services.opsworkscm.paginators with type arguments of type DescribeBackupsResponse Modifier and Type Method Description voidDescribeBackupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeBackupsResponse> subscriber)
-