Uses of Class
software.amazon.awssdk.services.greengrass.model.ErrorDetail
-
Packages that use ErrorDetail Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of ErrorDetail in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ErrorDetail Modifier and Type Method Description List<ErrorDetail>BadRequestException. errorDetails()Details about the error.List<ErrorDetail>BulkDeploymentResult. errorDetails()Details about the error.List<ErrorDetail>GetBulkDeploymentStatusResponse. errorDetails()Error detailsList<ErrorDetail>GetDeploymentStatusResponse. errorDetails()Error detailsList<ErrorDetail>InternalServerErrorException. errorDetails()Details about the error.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type ErrorDetail Modifier and Type Method Description BadRequestException.BuilderBadRequestException.Builder. errorDetails(ErrorDetail... errorDetails)Details about the error.BulkDeploymentResult.BuilderBulkDeploymentResult.Builder. errorDetails(ErrorDetail... errorDetails)Details about the error.GetBulkDeploymentStatusResponse.BuilderGetBulkDeploymentStatusResponse.Builder. errorDetails(ErrorDetail... errorDetails)Error detailsGetDeploymentStatusResponse.BuilderGetDeploymentStatusResponse.Builder. errorDetails(ErrorDetail... errorDetails)Error detailsInternalServerErrorException.BuilderInternalServerErrorException.Builder. errorDetails(ErrorDetail... errorDetails)Details about the error.Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type ErrorDetail Modifier and Type Method Description BadRequestException.BuilderBadRequestException.Builder. errorDetails(Collection<ErrorDetail> errorDetails)Details about the error.BulkDeploymentResult.BuilderBulkDeploymentResult.Builder. errorDetails(Collection<ErrorDetail> errorDetails)Details about the error.GetBulkDeploymentStatusResponse.BuilderGetBulkDeploymentStatusResponse.Builder. errorDetails(Collection<ErrorDetail> errorDetails)Error detailsGetDeploymentStatusResponse.BuilderGetDeploymentStatusResponse.Builder. errorDetails(Collection<ErrorDetail> errorDetails)Error detailsInternalServerErrorException.BuilderInternalServerErrorException.Builder. errorDetails(Collection<ErrorDetail> errorDetails)Details about the error.
-