Uses of Interface
software.amazon.awssdk.services.opensearch.model.AuthorizedPrincipal.Builder
-
Packages that use AuthorizedPrincipal.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of AuthorizedPrincipal.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return AuthorizedPrincipal.Builder Modifier and Type Method Description static AuthorizedPrincipal.BuilderAuthorizedPrincipal. builder()AuthorizedPrincipal.BuilderAuthorizedPrincipal.Builder. principal(String principal)The IAM principal that is allowed access to the domain.AuthorizedPrincipal.BuilderAuthorizedPrincipal.Builder. principalType(String principalType)The type of principal.AuthorizedPrincipal.BuilderAuthorizedPrincipal.Builder. principalType(PrincipalType principalType)The type of principal.AuthorizedPrincipal.BuilderAuthorizedPrincipal. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type AuthorizedPrincipal.Builder Modifier and Type Method Description static Class<? extends AuthorizedPrincipal.Builder>AuthorizedPrincipal. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type AuthorizedPrincipal.Builder Modifier and Type Method Description default AuthorizeVpcEndpointAccessResponse.BuilderAuthorizeVpcEndpointAccessResponse.Builder. authorizedPrincipal(Consumer<AuthorizedPrincipal.Builder> authorizedPrincipal)Information about the Amazon Web Services account or service that was provided access to the domain.
-