| Package | Description |
|---|---|
| com.amazonaws.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedPrincipal |
AuthorizedPrincipal.clone() |
AuthorizedPrincipal |
AuthorizeVpcEndpointAccessResult.getAuthorizedPrincipal()
Information about the account or service that was provided access to the domain.
|
AuthorizedPrincipal |
AuthorizedPrincipal.withPrincipal(String principal)
The IAM principal that is allowed access to the domain.
|
AuthorizedPrincipal |
AuthorizedPrincipal.withPrincipalType(PrincipalType principalType)
The type of principal.
|
AuthorizedPrincipal |
AuthorizedPrincipal.withPrincipalType(String principalType)
The type of principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizedPrincipal> |
ListVpcEndpointAccessResult.getAuthorizedPrincipalList()
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizeVpcEndpointAccessResult.setAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the account or service that was provided access to the domain.
|
AuthorizeVpcEndpointAccessResult |
AuthorizeVpcEndpointAccessResult.withAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the account or service that was provided access to the domain.
|
ListVpcEndpointAccessResult |
ListVpcEndpointAccessResult.withAuthorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListVpcEndpointAccessResult.setAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
ListVpcEndpointAccessResult |
ListVpcEndpointAccessResult.withAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
Copyright © 2024. All rights reserved.