Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.StartResourceSnapshotJobResponse
-
Packages that use StartResourceSnapshotJobResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of StartResourceSnapshotJobResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return StartResourceSnapshotJobResponse Modifier and Type Method Description default StartResourceSnapshotJobResponsePartnerCentralSellingClient. startResourceSnapshotJob(Consumer<StartResourceSnapshotJobRequest.Builder> startResourceSnapshotJobRequest)Starts a resource snapshot job that has been previously created.default StartResourceSnapshotJobResponsePartnerCentralSellingClient. startResourceSnapshotJob(StartResourceSnapshotJobRequest startResourceSnapshotJobRequest)Starts a resource snapshot job that has been previously created.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type StartResourceSnapshotJobResponse Modifier and Type Method Description default CompletableFuture<StartResourceSnapshotJobResponse>PartnerCentralSellingAsyncClient. startResourceSnapshotJob(Consumer<StartResourceSnapshotJobRequest.Builder> startResourceSnapshotJobRequest)Starts a resource snapshot job that has been previously created.default CompletableFuture<StartResourceSnapshotJobResponse>PartnerCentralSellingAsyncClient. startResourceSnapshotJob(StartResourceSnapshotJobRequest startResourceSnapshotJobRequest)Starts a resource snapshot job that has been previously created.
-