| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default AccessKeyStatus |
AccessKeyProps.getStatus()
The status of the access key.
|
AccessKeyStatus |
AccessKeyProps.Jsii$Proxy.getStatus() |
static AccessKeyStatus |
AccessKeyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessKeyStatus[] |
AccessKeyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccessKey.Builder |
AccessKey.Builder.status(AccessKeyStatus status)
The status of the access key.
|
AccessKeyProps.Builder |
AccessKeyProps.Builder.status(AccessKeyStatus status)
Sets the value of
AccessKeyProps.getStatus() |
Copyright © 2022. All rights reserved.