Uses of Interface
software.amazon.awssdk.services.directconnect.model.ConfirmConnectionResponse.Builder
-
Packages that use ConfirmConnectionResponse.Builder Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of ConfirmConnectionResponse.Builder in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return ConfirmConnectionResponse.Builder Modifier and Type Method Description static ConfirmConnectionResponse.BuilderConfirmConnectionResponse. builder()ConfirmConnectionResponse.BuilderConfirmConnectionResponse.Builder. connectionState(String connectionState)The state of the connection.ConfirmConnectionResponse.BuilderConfirmConnectionResponse.Builder. connectionState(ConnectionState connectionState)The state of the connection.ConfirmConnectionResponse.BuilderConfirmConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type ConfirmConnectionResponse.Builder Modifier and Type Method Description static Class<? extends ConfirmConnectionResponse.Builder>ConfirmConnectionResponse. serializableBuilderClass()
-