Uses of Class
software.amazon.awssdk.services.healthlake.model.IdentityProviderConfiguration
-
Packages that use IdentityProviderConfiguration Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of IdentityProviderConfiguration in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return IdentityProviderConfiguration Modifier and Type Method Description IdentityProviderConfigurationCreateFhirDatastoreRequest. identityProviderConfiguration()The configuration of the identity provider that you want to use for your data store.IdentityProviderConfigurationDatastoreProperties. identityProviderConfiguration()The identity provider that you selected when you created the data store.Methods in software.amazon.awssdk.services.healthlake.model with parameters of type IdentityProviderConfiguration Modifier and Type Method Description CreateFhirDatastoreRequest.BuilderCreateFhirDatastoreRequest.Builder. identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)The configuration of the identity provider that you want to use for your data store.DatastoreProperties.BuilderDatastoreProperties.Builder. identityProviderConfiguration(IdentityProviderConfiguration identityProviderConfiguration)The identity provider that you selected when you created the data store.
-