Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.ListResourceSnapshotsRequest.Builder
-
Packages that use ListResourceSnapshotsRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ListResourceSnapshotsRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type ListResourceSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListResourceSnapshotsResponse>PartnerCentralSellingAsyncClient. listResourceSnapshots(Consumer<ListResourceSnapshotsRequest.Builder> listResourceSnapshotsRequest)Retrieves a list of resource view snapshots based on specified criteria.default ListResourceSnapshotsResponsePartnerCentralSellingClient. listResourceSnapshots(Consumer<ListResourceSnapshotsRequest.Builder> listResourceSnapshotsRequest)Retrieves a list of resource view snapshots based on specified criteria.default ListResourceSnapshotsPublisherPartnerCentralSellingAsyncClient. listResourceSnapshotsPaginator(Consumer<ListResourceSnapshotsRequest.Builder> listResourceSnapshotsRequest)default ListResourceSnapshotsIterablePartnerCentralSellingClient. listResourceSnapshotsPaginator(Consumer<ListResourceSnapshotsRequest.Builder> listResourceSnapshotsRequest) -
Uses of ListResourceSnapshotsRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ListResourceSnapshotsRequest.Builder Modifier and Type Method Description static ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest. builder()ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. catalog(String catalog)Specifies the catalog related to the request.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. createdBy(String createdBy)Filters the response to include only snapshots of resources owned by the specified AWS account.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. engagementIdentifier(String engagementIdentifier)The unique identifier of the engagement associated with the snapshots.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. resourceIdentifier(String resourceIdentifier)Filters the response to include only snapshots of the specified resource.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. resourceSnapshotTemplateIdentifier(String resourceSnapshotTemplateIdentifier)Filters the response to include only snapshots created using the specified template.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. resourceType(String resourceType)Filters the response to include only snapshots of the specified resource type.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest.Builder. resourceType(ResourceType resourceType)Filters the response to include only snapshots of the specified resource type.ListResourceSnapshotsRequest.BuilderListResourceSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ListResourceSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends ListResourceSnapshotsRequest.Builder>ListResourceSnapshotsRequest. serializableBuilderClass()
-