Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.CreateResourceSnapshotRequest
-
Packages that use CreateResourceSnapshotRequest Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.transform -
-
Uses of CreateResourceSnapshotRequest in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling with parameters of type CreateResourceSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateResourceSnapshotResponse>PartnerCentralSellingAsyncClient. createResourceSnapshot(CreateResourceSnapshotRequest createResourceSnapshotRequest)This action allows you to create an immutable snapshot of a specific resource, such as an opportunity, within the context of an engagement.default CreateResourceSnapshotResponsePartnerCentralSellingClient. createResourceSnapshot(CreateResourceSnapshotRequest createResourceSnapshotRequest)This action allows you to create an immutable snapshot of a specific resource, such as an opportunity, within the context of an engagement. -
Uses of CreateResourceSnapshotRequest in software.amazon.awssdk.services.partnercentralselling.transform
Methods in software.amazon.awssdk.services.partnercentralselling.transform with parameters of type CreateResourceSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateResourceSnapshotRequestMarshaller. marshall(CreateResourceSnapshotRequest createResourceSnapshotRequest)
-