Uses of Interface
software.amazon.awssdk.services.route53recoverycontrolconfig.model.ListRoutingControlsResponse.Builder
-
Packages that use ListRoutingControlsResponse.Builder Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of ListRoutingControlsResponse.Builder in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return ListRoutingControlsResponse.Builder Modifier and Type Method Description static ListRoutingControlsResponse.BuilderListRoutingControlsResponse. builder()ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. nextToken(String nextToken)The token that identifies which batch of results you want to see.ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. routingControls(Collection<RoutingControl> routingControls)An array of routing controls.ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. routingControls(Consumer<RoutingControl.Builder>... routingControls)An array of routing controls.ListRoutingControlsResponse.BuilderListRoutingControlsResponse.Builder. routingControls(RoutingControl... routingControls)An array of routing controls.ListRoutingControlsResponse.BuilderListRoutingControlsResponse. toBuilder()Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return types with arguments of type ListRoutingControlsResponse.Builder Modifier and Type Method Description static Class<? extends ListRoutingControlsResponse.Builder>ListRoutingControlsResponse. serializableBuilderClass()
-