Uses of Class
software.amazon.awssdk.services.connect.model.GetFlowAssociationResponse
-
Packages that use GetFlowAssociationResponse 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. -
-
Uses of GetFlowAssociationResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return GetFlowAssociationResponse Modifier and Type Method Description default GetFlowAssociationResponseConnectClient. getFlowAssociation(Consumer<GetFlowAssociationRequest.Builder> getFlowAssociationRequest)Retrieves the flow associated for a given resource.default GetFlowAssociationResponseConnectClient. getFlowAssociation(GetFlowAssociationRequest getFlowAssociationRequest)Retrieves the flow associated for a given resource.Methods in software.amazon.awssdk.services.connect that return types with arguments of type GetFlowAssociationResponse Modifier and Type Method Description default CompletableFuture<GetFlowAssociationResponse>ConnectAsyncClient. getFlowAssociation(Consumer<GetFlowAssociationRequest.Builder> getFlowAssociationRequest)Retrieves the flow associated for a given resource.default CompletableFuture<GetFlowAssociationResponse>ConnectAsyncClient. getFlowAssociation(GetFlowAssociationRequest getFlowAssociationRequest)Retrieves the flow associated for a given resource.
-