Java com.amazonaws.auth.policy Principal fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.auth.policy Principal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.auth.policy Principal.

The text is from its open source code.

Field

PrincipalAllUsers
Principal instance that includes all users, including anonymous users.
PrincipalAll
Principal instance that includes all the AWS accounts, AWS web services and web identity providers.

Constructor

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.
Principal(String accountId)
Constructs a new principal with the specified AWS account ID.
Principal(WebIdentityProviders webIdentityProvider)
Constructs a new principal with the specified web identity provider.
Principal(String provider, String id, boolean stripHyphen)
Constructs a new principal with the specified id and provider.