Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ListIntegrationsRequest.Builder
-
Packages that use ListIntegrationsRequest.Builder Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ListIntegrationsRequest.Builder in software.amazon.awssdk.services.customerprofiles
Method parameters in software.amazon.awssdk.services.customerprofiles with type arguments of type ListIntegrationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIntegrationsResponse>CustomerProfilesAsyncClient. listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)Lists all of the integrations in your domain.default ListIntegrationsResponseCustomerProfilesClient. listIntegrations(Consumer<ListIntegrationsRequest.Builder> listIntegrationsRequest)Lists all of the integrations in your domain. -
Uses of ListIntegrationsRequest.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ListIntegrationsRequest.Builder Modifier and Type Method Description static ListIntegrationsRequest.BuilderListIntegrationsRequest. builder()ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. domainName(String domainName)The unique name of the domain.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. includeHidden(Boolean includeHidden)Boolean to indicate if hidden integration should be returned.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects returned per page.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. nextToken(String nextToken)The pagination token from the previous ListIntegrations API call.ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIntegrationsRequest.BuilderListIntegrationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIntegrationsRequest.BuilderListIntegrationsRequest. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ListIntegrationsRequest.Builder Modifier and Type Method Description static Class<? extends ListIntegrationsRequest.Builder>ListIntegrationsRequest. serializableBuilderClass()
-