Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.CreateResourceSnapshotJobResponse
-
Packages that use CreateResourceSnapshotJobResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of CreateResourceSnapshotJobResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return CreateResourceSnapshotJobResponse Modifier and Type Method Description default CreateResourceSnapshotJobResponsePartnerCentralSellingClient. createResourceSnapshotJob(Consumer<CreateResourceSnapshotJobRequest.Builder> createResourceSnapshotJobRequest)Use this action to create a job to generate a snapshot of the specified resource within an engagement.default CreateResourceSnapshotJobResponsePartnerCentralSellingClient. createResourceSnapshotJob(CreateResourceSnapshotJobRequest createResourceSnapshotJobRequest)Use this action to create a job to generate a snapshot of the specified resource within an engagement.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type CreateResourceSnapshotJobResponse Modifier and Type Method Description default CompletableFuture<CreateResourceSnapshotJobResponse>PartnerCentralSellingAsyncClient. createResourceSnapshotJob(Consumer<CreateResourceSnapshotJobRequest.Builder> createResourceSnapshotJobRequest)Use this action to create a job to generate a snapshot of the specified resource within an engagement.default CompletableFuture<CreateResourceSnapshotJobResponse>PartnerCentralSellingAsyncClient. createResourceSnapshotJob(CreateResourceSnapshotJobRequest createResourceSnapshotJobRequest)Use this action to create a job to generate a snapshot of the specified resource within an engagement.
-