Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.CreateResourceSnapshotResponse
-
Packages that use CreateResourceSnapshotResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of CreateResourceSnapshotResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return CreateResourceSnapshotResponse Modifier and Type Method Description default CreateResourceSnapshotResponsePartnerCentralSellingClient. createResourceSnapshot(Consumer<CreateResourceSnapshotRequest.Builder> 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.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type CreateResourceSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateResourceSnapshotResponse>PartnerCentralSellingAsyncClient. createResourceSnapshot(Consumer<CreateResourceSnapshotRequest.Builder> 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 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.
-