Uses of Class
software.amazon.awssdk.services.healthlake.model.DatastoreProperties
-
Packages that use DatastoreProperties Package Description software.amazon.awssdk.services.healthlake.model -
-
Uses of DatastoreProperties in software.amazon.awssdk.services.healthlake.model
Methods in software.amazon.awssdk.services.healthlake.model that return DatastoreProperties Modifier and Type Method Description DatastorePropertiesDescribeFhirDatastoreResponse. datastoreProperties()All properties associated with a data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint.Methods in software.amazon.awssdk.services.healthlake.model that return types with arguments of type DatastoreProperties Modifier and Type Method Description List<DatastoreProperties>ListFhirDatastoresResponse. datastorePropertiesList()All properties associated with the listed data stores.Methods in software.amazon.awssdk.services.healthlake.model with parameters of type DatastoreProperties Modifier and Type Method Description DescribeFhirDatastoreResponse.BuilderDescribeFhirDatastoreResponse.Builder. datastoreProperties(DatastoreProperties datastoreProperties)All properties associated with a data store, including the data store ID, data store ARN, data store name, data store status, when the data store was created, data store type version, and the data store's endpoint.ListFhirDatastoresResponse.BuilderListFhirDatastoresResponse.Builder. datastorePropertiesList(DatastoreProperties... datastorePropertiesList)All properties associated with the listed data stores.Method parameters in software.amazon.awssdk.services.healthlake.model with type arguments of type DatastoreProperties Modifier and Type Method Description ListFhirDatastoresResponse.BuilderListFhirDatastoresResponse.Builder. datastorePropertiesList(Collection<DatastoreProperties> datastorePropertiesList)All properties associated with the listed data stores.
-