Uses of Interface
software.amazon.awssdk.services.appflow.model.UpdateFlowResponse.Builder
-
Packages that use UpdateFlowResponse.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of UpdateFlowResponse.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return UpdateFlowResponse.Builder Modifier and Type Method Description static UpdateFlowResponse.BuilderUpdateFlowResponse. builder()UpdateFlowResponse.BuilderUpdateFlowResponse.Builder. flowStatus(String flowStatus)Indicates the current status of the flow.UpdateFlowResponse.BuilderUpdateFlowResponse.Builder. flowStatus(FlowStatus flowStatus)Indicates the current status of the flow.UpdateFlowResponse.BuilderUpdateFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type UpdateFlowResponse.Builder Modifier and Type Method Description static Class<? extends UpdateFlowResponse.Builder>UpdateFlowResponse. serializableBuilderClass()
-