Uses of Interface
software.amazon.awssdk.services.xray.model.BackendConnectionErrors.Builder
-
Packages that use BackendConnectionErrors.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of BackendConnectionErrors.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return BackendConnectionErrors.Builder Modifier and Type Method Description static BackendConnectionErrors.BuilderBackendConnectionErrors. builder()BackendConnectionErrors.BuilderBackendConnectionErrors.Builder. connectionRefusedCount(Integer connectionRefusedCount)BackendConnectionErrors.BuilderBackendConnectionErrors.Builder. httpCode4XXCount(Integer httpCode4XXCount)BackendConnectionErrors.BuilderBackendConnectionErrors.Builder. httpCode5XXCount(Integer httpCode5XXCount)BackendConnectionErrors.BuilderBackendConnectionErrors.Builder. otherCount(Integer otherCount)BackendConnectionErrors.BuilderBackendConnectionErrors.Builder. timeoutCount(Integer timeoutCount)BackendConnectionErrors.BuilderBackendConnectionErrors. toBuilder()BackendConnectionErrors.BuilderBackendConnectionErrors.Builder. unknownHostCount(Integer unknownHostCount)Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type BackendConnectionErrors.Builder Modifier and Type Method Description static Class<? extends BackendConnectionErrors.Builder>BackendConnectionErrors. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type BackendConnectionErrors.Builder Modifier and Type Method Description default TelemetryRecord.BuilderTelemetryRecord.Builder. backendConnectionErrors(Consumer<BackendConnectionErrors.Builder> backendConnectionErrors)This is a convenience method that creates an instance of theBackendConnectionErrors.Builderavoiding the need to create one manually viaBackendConnectionErrors.builder().
-