Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsIamAccessKeyStatus
-
Packages that use AwsIamAccessKeyStatus Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsIamAccessKeyStatus in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsIamAccessKeyStatus Modifier and Type Method Description static AwsIamAccessKeyStatusAwsIamAccessKeyStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AwsIamAccessKeyStatusAwsIamAccessKeyDetails. status()The status of the IAM access key related to a finding.static AwsIamAccessKeyStatusAwsIamAccessKeyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsIamAccessKeyStatus[]AwsIamAccessKeyStatus. 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 AwsIamAccessKeyStatus Modifier and Type Method Description static Set<AwsIamAccessKeyStatus>AwsIamAccessKeyStatus. knownValues()Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsIamAccessKeyStatus Modifier and Type Method Description AwsIamAccessKeyDetails.BuilderAwsIamAccessKeyDetails.Builder. status(AwsIamAccessKeyStatus status)The status of the IAM access key related to a finding.
-