| Package | Description |
|---|---|
| software.amazon.awssdk.core.auth.policy |
| Modifier and Type | Method and Description |
|---|---|
static Principal.Service |
Principal.Service.fromString(String serviceId)
Construct the Services object from a string representing the service id.
|
static Principal.Service |
Principal.Service.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Principal.Service[] |
Principal.Service.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Principal(Principal.Service service)
Constructs a new principal with the specified AWS web service which
is being allowed or denied access to a resource through an access control
policy.
|
Copyright © 2020. All rights reserved.