Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.ListEngagementResourceAssociationsRequest.Builder
-
Packages that use ListEngagementResourceAssociationsRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ListEngagementResourceAssociationsRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type ListEngagementResourceAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListEngagementResourceAssociationsResponse>PartnerCentralSellingAsyncClient. listEngagementResourceAssociations(Consumer<ListEngagementResourceAssociationsRequest.Builder> listEngagementResourceAssociationsRequest)Lists the associations between resources and engagements where the caller is a member and has at least one snapshot in the engagement.default ListEngagementResourceAssociationsResponsePartnerCentralSellingClient. listEngagementResourceAssociations(Consumer<ListEngagementResourceAssociationsRequest.Builder> listEngagementResourceAssociationsRequest)Lists the associations between resources and engagements where the caller is a member and has at least one snapshot in the engagement.default ListEngagementResourceAssociationsPublisherPartnerCentralSellingAsyncClient. listEngagementResourceAssociationsPaginator(Consumer<ListEngagementResourceAssociationsRequest.Builder> listEngagementResourceAssociationsRequest)default ListEngagementResourceAssociationsIterablePartnerCentralSellingClient. listEngagementResourceAssociationsPaginator(Consumer<ListEngagementResourceAssociationsRequest.Builder> listEngagementResourceAssociationsRequest) -
Uses of ListEngagementResourceAssociationsRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ListEngagementResourceAssociationsRequest.Builder Modifier and Type Method Description static ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest. builder()ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. catalog(String catalog)Specifies the catalog in which to search for engagement-resource associations.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. createdBy(String createdBy)Filters the response to include only snapshots of resources owned by the specified AWS account ID.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. engagementIdentifier(String engagementIdentifier)Filters the results to include only associations related to the specified engagement.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. maxResults(Integer maxResults)Limits the number of results returned in a single call.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. nextToken(String nextToken)A token used for pagination of results.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. resourceIdentifier(String resourceIdentifier)Filters the results to include only associations with the specified resource.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. resourceType(String resourceType)Filters the results to include only associations with resources of the specified type.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest.Builder. resourceType(ResourceType resourceType)Filters the results to include only associations with resources of the specified type.ListEngagementResourceAssociationsRequest.BuilderListEngagementResourceAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ListEngagementResourceAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListEngagementResourceAssociationsRequest.Builder>ListEngagementResourceAssociationsRequest. serializableBuilderClass()
-