Package com.adobe.testing.s3mock.s3.dto
Class AmazonCustomerByEmail
-
- All Implemented Interfaces:
-
com.adobe.testing.s3mock.s3.dto.Grantee
public final class AmazonCustomerByEmail implements Grantee
-
-
Field Summary
Fields Modifier and Type Field Description private final StringemailAddress
-
Constructor Summary
Constructors Constructor Description AmazonCustomerByEmail(String emailAddress)
-
Method Summary
Modifier and Type Method Description final StringgetEmailAddress()-
-
Constructor Detail
-
AmazonCustomerByEmail
AmazonCustomerByEmail(String emailAddress)
-
-
Method Detail
-
getEmailAddress
final String getEmailAddress()
-
-
-
-