Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ListResourceSnapshotJobsResponse
-
Packages that use ListResourceSnapshotJobsResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.paginators -
-
Uses of ListResourceSnapshotJobsResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return ListResourceSnapshotJobsResponse Modifier and Type Method Description default ListResourceSnapshotJobsResponsePartnerCentralSellingClient. listResourceSnapshotJobs(Consumer<ListResourceSnapshotJobsRequest.Builder> listResourceSnapshotJobsRequest)Lists resource snapshot jobs owned by the customer.default ListResourceSnapshotJobsResponsePartnerCentralSellingClient. listResourceSnapshotJobs(ListResourceSnapshotJobsRequest listResourceSnapshotJobsRequest)Lists resource snapshot jobs owned by the customer.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type ListResourceSnapshotJobsResponse Modifier and Type Method Description default CompletableFuture<ListResourceSnapshotJobsResponse>PartnerCentralSellingAsyncClient. listResourceSnapshotJobs(Consumer<ListResourceSnapshotJobsRequest.Builder> listResourceSnapshotJobsRequest)Lists resource snapshot jobs owned by the customer.default CompletableFuture<ListResourceSnapshotJobsResponse>PartnerCentralSellingAsyncClient. listResourceSnapshotJobs(ListResourceSnapshotJobsRequest listResourceSnapshotJobsRequest)Lists resource snapshot jobs owned by the customer. -
Uses of ListResourceSnapshotJobsResponse in software.amazon.awssdk.services.partnercentralselling.paginators
Methods in software.amazon.awssdk.services.partnercentralselling.paginators that return types with arguments of type ListResourceSnapshotJobsResponse Modifier and Type Method Description Iterator<ListResourceSnapshotJobsResponse>ListResourceSnapshotJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.partnercentralselling.paginators with type arguments of type ListResourceSnapshotJobsResponse Modifier and Type Method Description voidListResourceSnapshotJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResourceSnapshotJobsResponse> subscriber)
-