Uses of Class
software.amazon.awssdk.services.connect.model.GetFlowAssociationResponse
-
Packages that use GetFlowAssociationResponse Package Description software.amazon.awssdk.services.connect -
-
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.
-