Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AuthorizedPrincipal
-
Packages that use AuthorizedPrincipal Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of AuthorizedPrincipal in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return AuthorizedPrincipal Modifier and Type Method Description AuthorizedPrincipalAuthorizeVpcEndpointAccessResponse. authorizedPrincipal()Information about the account or service that was provided access to the domain.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type AuthorizedPrincipal Modifier and Type Method Description List<AuthorizedPrincipal>ListVpcEndpointAccessResponse. authorizedPrincipalList()List ofAuthorizedPrincipaldescribing the details of the permissions to manage VPC endpoints against the specified domain.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type AuthorizedPrincipal Modifier and Type Method Description AuthorizeVpcEndpointAccessResponse.BuilderAuthorizeVpcEndpointAccessResponse.Builder. authorizedPrincipal(AuthorizedPrincipal authorizedPrincipal)Information about the account or service that was provided access to the domain.ListVpcEndpointAccessResponse.BuilderListVpcEndpointAccessResponse.Builder. authorizedPrincipalList(AuthorizedPrincipal... authorizedPrincipalList)List ofAuthorizedPrincipaldescribing the details of the permissions to manage VPC endpoints against the specified domain.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type AuthorizedPrincipal Modifier and Type Method Description ListVpcEndpointAccessResponse.BuilderListVpcEndpointAccessResponse.Builder. authorizedPrincipalList(Collection<AuthorizedPrincipal> authorizedPrincipalList)List ofAuthorizedPrincipaldescribing the details of the permissions to manage VPC endpoints against the specified domain.
-