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.Builder
AuthorizedPrincipal. builder()
AuthorizedPrincipal.Builder
AuthorizedPrincipal.Builder. principal(String principal)
The IAM principal that is allowed access to the domain.AuthorizedPrincipal.Builder
AuthorizedPrincipal.Builder. principalType(String principalType)
The type of principal.AuthorizedPrincipal.Builder
AuthorizedPrincipal.Builder. principalType(PrincipalType principalType)
The type of principal.AuthorizedPrincipal.Builder
AuthorizedPrincipal. 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.Builder
AuthorizeVpcEndpointAccessResponse.Builder. authorizedPrincipal(Consumer<AuthorizedPrincipal.Builder> authorizedPrincipal)
Information about the Amazon Web Services account or service that was provided access to the domain.
-