| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model | |
| software.amazon.awssdk.services.backup.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ProtectedResource> |
ListProtectedResourcesByBackupVaultResponse.results()
These are the results returned for the request ListProtectedResourcesByBackupVault.
|
List<ProtectedResource> |
ListProtectedResourcesResponse.results()
An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon
Resource Name (ARN) of the resource, and a resource type.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectedResourcesByBackupVaultResponse.Builder |
ListProtectedResourcesByBackupVaultResponse.Builder.results(ProtectedResource... results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
|
ListProtectedResourcesResponse.Builder |
ListProtectedResourcesResponse.Builder.results(ProtectedResource... results)
An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon
Resource Name (ARN) of the resource, and a resource type.
|
| Modifier and Type | Method and Description |
|---|---|
ListProtectedResourcesByBackupVaultResponse.Builder |
ListProtectedResourcesByBackupVaultResponse.Builder.results(Collection<ProtectedResource> results)
These are the results returned for the request ListProtectedResourcesByBackupVault.
|
ListProtectedResourcesResponse.Builder |
ListProtectedResourcesResponse.Builder.results(Collection<ProtectedResource> results)
An array of resources successfully backed up by Backup including the time the resource was saved, an Amazon
Resource Name (ARN) of the resource, and a resource type.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ProtectedResource> |
ListProtectedResourcesByBackupVaultPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProtectedResource> |
ListProtectedResourcesByBackupVaultIterable.results()
Returns an iterable to iterate through the paginated
ListProtectedResourcesByBackupVaultResponse.results() member. |
SdkPublisher<ProtectedResource> |
ListProtectedResourcesPublisher.results()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ProtectedResource> |
ListProtectedResourcesIterable.results()
Returns an iterable to iterate through the paginated
ListProtectedResourcesResponse.results() member. |
Copyright © 2023. All rights reserved.