Package | Description |
---|---|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
AuthorizedPrincipal |
AuthorizedPrincipal.clone() |
AuthorizedPrincipal |
AuthorizeVpcEndpointAccessResult.getAuthorizedPrincipal()
Information about the Amazon Web Services 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()
A list of IAM
principals that can currently access the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizeVpcEndpointAccessResult.setAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
|
AuthorizeVpcEndpointAccessResult |
AuthorizeVpcEndpointAccessResult.withAuthorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
|
ListVpcEndpointAccessResult |
ListVpcEndpointAccessResult.withAuthorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
ListVpcEndpointAccessResult.setAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
ListVpcEndpointAccessResult |
ListVpcEndpointAccessResult.withAuthorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)
A list of IAM
principals that can currently access the domain.
|
Copyright © 2023. All rights reserved.