Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListAccountIntegrationsRequest.Builder
-
Packages that use ListAccountIntegrationsRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListAccountIntegrationsRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type ListAccountIntegrationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAccountIntegrationsResponse>CustomerProfilesAsyncClient. listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest)Lists all of the integrations associated to a specific URI in the AWS account.default ListAccountIntegrationsResponseCustomerProfilesClient. listAccountIntegrations(Consumer<ListAccountIntegrationsRequest.Builder> listAccountIntegrationsRequest)Lists all of the integrations associated to a specific URI in the AWS account. -
Uses of ListAccountIntegrationsRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListAccountIntegrationsRequest.Builder Modifier and Type Method Description static ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest. builder()ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest.Builder. includeHidden(Boolean includeHidden)Boolean to indicate if hidden integration should be returned.ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest.Builder. nextToken(String nextToken)The pagination token from the previous ListAccountIntegrations API call.ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest. toBuilder()ListAccountIntegrationsRequest.BuilderListAccountIntegrationsRequest.Builder. uri(String uri)The URI of the S3 bucket or any other type of data source.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListAccountIntegrationsRequest.Builder Modifier and Type Method Description static Class<? extends ListAccountIntegrationsRequest.Builder>ListAccountIntegrationsRequest. serializableBuilderClass()
-