Uses of Enum
com.amazonaws.auth.policy.Principal.Services
Packages that use Principal.Services
Package
Description
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.ServicesModifier and TypeMethodDescriptionstatic Principal.ServicesPrincipal.Services.fromString(String serviceId) Construct the Services object from a string representing the service id.static Principal.ServicesReturns 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.ServicesModifierConstructorDescriptionPrincipal(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.