Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.StartResourceSnapshotJobRequest.Builder
-
Packages that use StartResourceSnapshotJobRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of StartResourceSnapshotJobRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type StartResourceSnapshotJobRequest.Builder 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 StartResourceSnapshotJobResponsePartnerCentralSellingClient. startResourceSnapshotJob(Consumer<StartResourceSnapshotJobRequest.Builder> startResourceSnapshotJobRequest)Starts a resource snapshot job that has been previously created. -
Uses of StartResourceSnapshotJobRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type StartResourceSnapshotJobRequest.Builder Modifier and Type Method Description static Class<? extends StartResourceSnapshotJobRequest.Builder>StartResourceSnapshotJobRequest. serializableBuilderClass()
-