| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedPrincipal |
AuthorizeVpcEndpointAccessResponse.authorizedPrincipal()
Information about the account or service that was provided access to the domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizedPrincipal> |
ListVpcEndpointAccessResponse.authorizedPrincipalList()
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
| Modifier and Type | Method and Description |
|---|---|
AuthorizeVpcEndpointAccessResponse.Builder |
AuthorizeVpcEndpointAccessResponse.Builder.authorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the account or service that was provided access to the domain.
|
ListVpcEndpointAccessResponse.Builder |
ListVpcEndpointAccessResponse.Builder.authorizedPrincipalList(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 |
|---|---|
ListVpcEndpointAccessResponse.Builder |
ListVpcEndpointAccessResponse.Builder.authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
List of
AuthorizedPrincipal describing the details of the permissions to manage VPC endpoints
against the specified domain. |
Copyright © 2023. All rights reserved.