Uses of Class
software.amazon.awssdk.services.backup.model.ProtectedResource
-
Packages that use ProtectedResource Package Description software.amazon.awssdk.services.backup.model software.amazon.awssdk.services.backup.paginators -
-
Uses of ProtectedResource in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ProtectedResource Modifier and Type Method 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.Methods in software.amazon.awssdk.services.backup.model with parameters of type ProtectedResource Modifier and Type Method Description ListProtectedResourcesByBackupVaultResponse.BuilderListProtectedResourcesByBackupVaultResponse.Builder. results(ProtectedResource... results)These are the results returned for the request ListProtectedResourcesByBackupVault.ListProtectedResourcesResponse.BuilderListProtectedResourcesResponse.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.Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ProtectedResource Modifier and Type Method Description ListProtectedResourcesByBackupVaultResponse.BuilderListProtectedResourcesByBackupVaultResponse.Builder. results(Collection<ProtectedResource> results)These are the results returned for the request ListProtectedResourcesByBackupVault.ListProtectedResourcesResponse.BuilderListProtectedResourcesResponse.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. -
Uses of ProtectedResource in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ProtectedResource Modifier and Type Method Description SdkIterable<ProtectedResource>ListProtectedResourcesByBackupVaultIterable. results()Returns an iterable to iterate through the paginatedListProtectedResourcesByBackupVaultResponse.results()member.SdkPublisher<ProtectedResource>ListProtectedResourcesByBackupVaultPublisher. 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 paginatedListProtectedResourcesResponse.results()member.SdkPublisher<ProtectedResource>ListProtectedResourcesPublisher. results()Returns a publisher that can be used to get a stream of data.
-