Uses of Class
com.amazonaws.auth.policy.Principal.Services
-
Packages that use Principal.Services Package Description com.amazonaws.auth.policy Classes for creating custom AWS access control policies. -
-
Uses of Principal.Services in com.amazonaws.auth.policy
Methods in com.amazonaws.auth.policy that return Principal.Services Modifier and Type Method Description static Principal.Services
Principal.Services. fromString(String serviceId)
Construct the Services object from a string representing the service id.static Principal.Services
Principal.Services. valueOf(String name)
Returns the enum constant of this type with the specified name.static Principal.Services[]
Principal.Services. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.auth.policy with parameters of type Principal.Services Constructor Description Principal(Principal.Services 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.
-