Uses of Class
software.amazon.awssdk.services.kafka.model.ErrorInfo
-
Packages that use ErrorInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ErrorInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ErrorInfo Modifier and Type Method Description ErrorInfoClusterOperationInfo. errorInfo()Describes the error if the operation fails.ErrorInfoClusterOperationV2. errorInfo()If cluster operation failed from an error, it describes the error.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ErrorInfo Modifier and Type Method Description ClusterOperationInfo.BuilderClusterOperationInfo.Builder. errorInfo(ErrorInfo errorInfo)Describes the error if the operation fails.ClusterOperationV2.BuilderClusterOperationV2.Builder. errorInfo(ErrorInfo errorInfo)If cluster operation failed from an error, it describes the error.
-