Uses of Interface
software.amazon.awssdk.services.codeconnections.model.GetConnectionResponse.Builder
-
Packages that use GetConnectionResponse.Builder Package Description software.amazon.awssdk.services.codeconnections.model -
-
Uses of GetConnectionResponse.Builder in software.amazon.awssdk.services.codeconnections.model
Methods in software.amazon.awssdk.services.codeconnections.model that return GetConnectionResponse.Builder Modifier and Type Method Description static GetConnectionResponse.BuilderGetConnectionResponse. builder()default GetConnectionResponse.BuilderGetConnectionResponse.Builder. connection(Consumer<Connection.Builder> connection)The connection details, such as status, owner, and provider type.GetConnectionResponse.BuilderGetConnectionResponse.Builder. connection(Connection connection)The connection details, such as status, owner, and provider type.GetConnectionResponse.BuilderGetConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.codeconnections.model that return types with arguments of type GetConnectionResponse.Builder Modifier and Type Method Description static Class<? extends GetConnectionResponse.Builder>GetConnectionResponse. serializableBuilderClass()
-