Uses of Class
software.amazon.awssdk.services.opensearch.model.AuthorizedPrincipal
-
Packages that use AuthorizedPrincipal Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AuthorizedPrincipal in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AuthorizedPrincipal Modifier and Type Method Description AuthorizedPrincipalAuthorizeVpcEndpointAccessResponse. authorizedPrincipal()Information about the Amazon Web Services account or service that was provided access to the domain.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AuthorizedPrincipal Modifier and Type Method Description List<AuthorizedPrincipal>ListVpcEndpointAccessResponse. authorizedPrincipalList()A list of IAM principals that can currently access the domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type AuthorizedPrincipal Modifier and Type Method Description AuthorizeVpcEndpointAccessResponse.BuilderAuthorizeVpcEndpointAccessResponse.Builder. authorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)Information about the Amazon Web Services account or service that was provided access to the domain.ListVpcEndpointAccessResponse.BuilderListVpcEndpointAccessResponse.Builder. authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)A list of IAM principals that can currently access the domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type AuthorizedPrincipal Modifier and Type Method Description ListVpcEndpointAccessResponse.BuilderListVpcEndpointAccessResponse.Builder. authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)A list of IAM principals that can currently access the domain.
-