Uses of Class
software.amazon.awssdk.core.auth.policy.Principal.Service
-
Packages that use Principal.Service Package Description software.amazon.awssdk.core.auth.policy -
-
Uses of Principal.Service in software.amazon.awssdk.core.auth.policy
Methods in software.amazon.awssdk.core.auth.policy that return Principal.Service Modifier and Type Method Description static Principal.ServicePrincipal.Service. fromString(String serviceId)Construct the Services object from a string representing the service id.static Principal.ServicePrincipal.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.Constructors in software.amazon.awssdk.core.auth.policy with parameters of type Principal.Service Constructor 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.
-