Uses of Class
software.amazon.awssdk.services.identitystore.model.Address
-
Packages that use Address Package Description software.amazon.awssdk.services.identitystore.model -
-
Uses of Address in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return types with arguments of type Address Modifier and Type Method Description List<Address>CreateUserRequest. addresses()A list ofAddressobjects containing addresses associated with the user.List<Address>DescribeUserResponse. addresses()The physical address of the user.List<Address>User. addresses()A list ofAddressobjects containing addresses associated with the user.Methods in software.amazon.awssdk.services.identitystore.model with parameters of type Address Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. addresses(Address... addresses)A list ofAddressobjects containing addresses associated with the user.DescribeUserResponse.BuilderDescribeUserResponse.Builder. addresses(Address... addresses)The physical address of the user.User.BuilderUser.Builder. addresses(Address... addresses)A list ofAddressobjects containing addresses associated with the user.Method parameters in software.amazon.awssdk.services.identitystore.model with type arguments of type Address Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. addresses(Collection<Address> addresses)A list ofAddressobjects containing addresses associated with the user.DescribeUserResponse.BuilderDescribeUserResponse.Builder. addresses(Collection<Address> addresses)The physical address of the user.User.BuilderUser.Builder. addresses(Collection<Address> addresses)A list ofAddressobjects containing addresses associated with the user.
-