| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
AuthorizedPrincipal |
AuthorizeVpcEndpointAccessResponse.authorizedPrincipal()
Information about the Amazon Web Services account or service that was provided access to the domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizedPrincipal> |
ListVpcEndpointAccessResponse.authorizedPrincipalList()
A list of IAM
principals that can currently access the domain.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizeVpcEndpointAccessResponse.Builder |
AuthorizeVpcEndpointAccessResponse.Builder.authorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
|
ListVpcEndpointAccessResponse.Builder |
ListVpcEndpointAccessResponse.Builder.authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointAccessResponse.Builder |
ListVpcEndpointAccessResponse.Builder.authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
Copyright © 2022. All rights reserved.