Uses of Class
software.amazon.awssdk.services.pcs.model.ErrorInfo
-
Packages that use ErrorInfo Package Description software.amazon.awssdk.services.pcs.model -
-
Uses of ErrorInfo in software.amazon.awssdk.services.pcs.model
Methods in software.amazon.awssdk.services.pcs.model that return types with arguments of type ErrorInfo Modifier and Type Method Description List<ErrorInfo>Cluster. errorInfo()The list of errors that occurred during cluster provisioning.List<ErrorInfo>ComputeNodeGroup. errorInfo()The list of errors that occurred during compute node group provisioning.List<ErrorInfo>Queue. errorInfo()The list of errors that occurred during queue provisioning.Methods in software.amazon.awssdk.services.pcs.model with parameters of type ErrorInfo Modifier and Type Method Description Cluster.BuilderCluster.Builder. errorInfo(ErrorInfo... errorInfo)The list of errors that occurred during cluster provisioning.ComputeNodeGroup.BuilderComputeNodeGroup.Builder. errorInfo(ErrorInfo... errorInfo)The list of errors that occurred during compute node group provisioning.Queue.BuilderQueue.Builder. errorInfo(ErrorInfo... errorInfo)The list of errors that occurred during queue provisioning.Method parameters in software.amazon.awssdk.services.pcs.model with type arguments of type ErrorInfo Modifier and Type Method Description Cluster.BuilderCluster.Builder. errorInfo(Collection<ErrorInfo> errorInfo)The list of errors that occurred during cluster provisioning.ComputeNodeGroup.BuilderComputeNodeGroup.Builder. errorInfo(Collection<ErrorInfo> errorInfo)The list of errors that occurred during compute node group provisioning.Queue.BuilderQueue.Builder. errorInfo(Collection<ErrorInfo> errorInfo)The list of errors that occurred during queue provisioning.
-