Uses of Interface
software.amazon.awssdk.services.apigatewaymanagementapi.model.GetConnectionResponse.Builder
-
Packages that use GetConnectionResponse.Builder Package Description software.amazon.awssdk.services.apigatewaymanagementapi.model -
-
Uses of GetConnectionResponse.Builder in software.amazon.awssdk.services.apigatewaymanagementapi.model
Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return GetConnectionResponse.Builder Modifier and Type Method Description static GetConnectionResponse.BuilderGetConnectionResponse. builder()GetConnectionResponse.BuilderGetConnectionResponse.Builder. connectedAt(Instant connectedAt)The time in ISO 8601 format for when the connection was established.default GetConnectionResponse.BuilderGetConnectionResponse.Builder. identity(Consumer<Identity.Builder> identity)Sets the value of the Identity property for this object.GetConnectionResponse.BuilderGetConnectionResponse.Builder. identity(Identity identity)Sets the value of the Identity property for this object.GetConnectionResponse.BuilderGetConnectionResponse.Builder. lastActiveAt(Instant lastActiveAt)The time in ISO 8601 format for when the connection was last active.GetConnectionResponse.BuilderGetConnectionResponse. toBuilder()Methods in software.amazon.awssdk.services.apigatewaymanagementapi.model that return types with arguments of type GetConnectionResponse.Builder Modifier and Type Method Description static Class<? extends GetConnectionResponse.Builder>GetConnectionResponse. serializableBuilderClass()
-