Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ListResourceSnapshotsRequest
-
Packages that use ListResourceSnapshotsRequest Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.paginators software.amazon.awssdk.services.partnercentralselling.transform -
-
Uses of ListResourceSnapshotsRequest in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling with parameters of type ListResourceSnapshotsRequest Modifier and Type Method Description default CompletableFuture<ListResourceSnapshotsResponse>PartnerCentralSellingAsyncClient. listResourceSnapshots(ListResourceSnapshotsRequest listResourceSnapshotsRequest)Retrieves a list of resource view snapshots based on specified criteria.default ListResourceSnapshotsResponsePartnerCentralSellingClient. listResourceSnapshots(ListResourceSnapshotsRequest listResourceSnapshotsRequest)Retrieves a list of resource view snapshots based on specified criteria.default ListResourceSnapshotsPublisherPartnerCentralSellingAsyncClient. listResourceSnapshotsPaginator(ListResourceSnapshotsRequest listResourceSnapshotsRequest)default ListResourceSnapshotsIterablePartnerCentralSellingClient. listResourceSnapshotsPaginator(ListResourceSnapshotsRequest listResourceSnapshotsRequest) -
Uses of ListResourceSnapshotsRequest in software.amazon.awssdk.services.partnercentralselling.paginators
Constructors in software.amazon.awssdk.services.partnercentralselling.paginators with parameters of type ListResourceSnapshotsRequest Constructor Description ListResourceSnapshotsIterable(PartnerCentralSellingClient client, ListResourceSnapshotsRequest firstRequest)ListResourceSnapshotsPublisher(PartnerCentralSellingAsyncClient client, ListResourceSnapshotsRequest firstRequest) -
Uses of ListResourceSnapshotsRequest in software.amazon.awssdk.services.partnercentralselling.transform
Methods in software.amazon.awssdk.services.partnercentralselling.transform with parameters of type ListResourceSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestListResourceSnapshotsRequestMarshaller. marshall(ListResourceSnapshotsRequest listResourceSnapshotsRequest)
-