Uses of Class
software.amazon.awssdk.services.securityhub.model.UnprocessedErrorCode
-
Packages that use UnprocessedErrorCode Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of UnprocessedErrorCode in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return UnprocessedErrorCode Modifier and Type Method Description UnprocessedErrorCodeUnprocessedSecurityControl. errorCode()The error code for the unprocessed security control.UnprocessedErrorCodeUnprocessedStandardsControlAssociation. errorCode()The error code for the unprocessed standard and control association.UnprocessedErrorCodeUnprocessedStandardsControlAssociationUpdate. errorCode()The error code for the unprocessed update of the control's enablement status in the specified standard.static UnprocessedErrorCodeUnprocessedErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UnprocessedErrorCodeUnprocessedErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static UnprocessedErrorCode[]UnprocessedErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type UnprocessedErrorCode Modifier and Type Method Description static Set<UnprocessedErrorCode>UnprocessedErrorCode. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type UnprocessedErrorCode Modifier and Type Method Description UnprocessedSecurityControl.BuilderUnprocessedSecurityControl.Builder. errorCode(UnprocessedErrorCode errorCode)The error code for the unprocessed security control.UnprocessedStandardsControlAssociation.BuilderUnprocessedStandardsControlAssociation.Builder. errorCode(UnprocessedErrorCode errorCode)The error code for the unprocessed standard and control association.UnprocessedStandardsControlAssociationUpdate.BuilderUnprocessedStandardsControlAssociationUpdate.Builder. errorCode(UnprocessedErrorCode errorCode)The error code for the unprocessed update of the control's enablement status in the specified standard.
-