Uses of Interface
software.amazon.awssdk.services.outposts.model.StartConnectionResponse.Builder
-
Packages that use StartConnectionResponse.Builder Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of StartConnectionResponse.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return StartConnectionResponse.Builder Modifier and Type Method Description static StartConnectionResponse.BuilderStartConnectionResponse. builder()StartConnectionResponse.BuilderStartConnectionResponse.Builder. connectionId(String connectionId)The ID of the connection.StartConnectionResponse.BuilderStartConnectionResponse. toBuilder()StartConnectionResponse.BuilderStartConnectionResponse.Builder. underlayIpAddress(String underlayIpAddress)The underlay IP address.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type StartConnectionResponse.Builder Modifier and Type Method Description static Class<? extends StartConnectionResponse.Builder>StartConnectionResponse. serializableBuilderClass()
-