| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
Address |
Address.clone() |
Address |
Address.withCountry(String country)
The country of the address.
|
Address |
Address.withFormatted(String formatted)
A string containing a formatted version of the address for display.
|
Address |
Address.withLocality(String locality)
A string of the address locality.
|
Address |
Address.withPostalCode(String postalCode)
The postal code of the address.
|
Address |
Address.withPrimary(Boolean primary)
A Boolean value representing whether this is the primary address for the associated resource.
|
Address |
Address.withRegion(String region)
The region of the address.
|
Address |
Address.withStreetAddress(String streetAddress)
The street of the address.
|
Address |
Address.withType(String type)
A string representing the type of address.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
User.getAddresses()
A list of
Address objects containing addresses associated with the user. |
List<Address> |
DescribeUserResult.getAddresses()
The user's physical address.
|
List<Address> |
CreateUserRequest.getAddresses()
A list of
Address objects containing addresses associated with the user. |
| Modifier and Type | Method and Description |
|---|---|
User |
User.withAddresses(Address... addresses)
A list of
Address objects containing addresses associated with the user. |
DescribeUserResult |
DescribeUserResult.withAddresses(Address... addresses)
The user's physical address.
|
CreateUserRequest |
CreateUserRequest.withAddresses(Address... addresses)
A list of
Address objects containing addresses associated with the user. |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setAddresses(Collection<Address> addresses)
A list of
Address objects containing addresses associated with the user. |
void |
DescribeUserResult.setAddresses(Collection<Address> addresses)
The user's physical address.
|
void |
CreateUserRequest.setAddresses(Collection<Address> addresses)
A list of
Address objects containing addresses associated with the user. |
User |
User.withAddresses(Collection<Address> addresses)
A list of
Address objects containing addresses associated with the user. |
DescribeUserResult |
DescribeUserResult.withAddresses(Collection<Address> addresses)
The user's physical address.
|
CreateUserRequest |
CreateUserRequest.withAddresses(Collection<Address> addresses)
A list of
Address objects containing addresses associated with the user. |
Copyright © 2023. All rights reserved.