Uses of Interface
software.amazon.awssdk.services.connect.model.ListIntegrationAssociationsRequest.Builder
-
Packages that use ListIntegrationAssociationsRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of ListIntegrationAssociationsRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type ListIntegrationAssociationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIntegrationAssociationsResponse>ConnectAsyncClient. listIntegrationAssociations(Consumer<ListIntegrationAssociationsRequest.Builder> listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.default ListIntegrationAssociationsResponseConnectClient. listIntegrationAssociations(Consumer<ListIntegrationAssociationsRequest.Builder> listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.default ListIntegrationAssociationsPublisherConnectAsyncClient. listIntegrationAssociationsPaginator(Consumer<ListIntegrationAssociationsRequest.Builder> listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance.default ListIntegrationAssociationsIterableConnectClient. listIntegrationAssociationsPaginator(Consumer<ListIntegrationAssociationsRequest.Builder> listIntegrationAssociationsRequest)Provides summary information about the Amazon Web Services resource associations for the specified Amazon Connect instance. -
Uses of ListIntegrationAssociationsRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ListIntegrationAssociationsRequest.Builder Modifier and Type Method Description static ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest. builder()ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. integrationArn(String integrationArn)The Amazon Resource Name (ARN) of the integration.ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. integrationType(String integrationType)The integration type.ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. integrationType(IntegrationType integrationType)The integration type.ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIntegrationAssociationsRequest.BuilderListIntegrationAssociationsRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListIntegrationAssociationsRequest.Builder Modifier and Type Method Description static Class<? extends ListIntegrationAssociationsRequest.Builder>ListIntegrationAssociationsRequest. serializableBuilderClass()
-