Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.UpdateFlowResponse.Builder
-
Packages that use UpdateFlowResponse.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of UpdateFlowResponse.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return UpdateFlowResponse.Builder Modifier and Type Method Description static UpdateFlowResponse.BuilderUpdateFlowResponse. builder()default UpdateFlowResponse.BuilderUpdateFlowResponse.Builder. flow(Consumer<Flow.Builder> flow)Sets the value of the Flow property for this object.UpdateFlowResponse.BuilderUpdateFlowResponse.Builder. flow(Flow flow)Sets the value of the Flow property for this object.UpdateFlowResponse.BuilderUpdateFlowResponse. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type UpdateFlowResponse.Builder Modifier and Type Method Description static Class<? extends UpdateFlowResponse.Builder>UpdateFlowResponse. serializableBuilderClass()
-