Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRule
 
accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ErrorRule
 
accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
accept(Literal.Visitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
accept(ExprVisitor<R>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
accept(TemplateVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
accept(RuleValueVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TreeRule
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsSet
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsValidHostLabel
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsVirtualHostableS3Bucket
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Not
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.StringEqualsFn
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
acceptFnVisitor(FnVisitor<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.UriEncodeFn
 
ACCOUNT_ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
accountId() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
addCondition(Condition) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule.Builder
 
addHeader(String, List<Expr>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult.Builder
 
addHeader(String, String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint.Builder
 
addHeaders(AwsRequest, Map<String, List<String>>) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
 
addHeaderValue(String, Expr) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult.Builder
 
addHostPrefix(Endpoint, String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
Apply the given endpoint prefix to the endpoint.
addParameter(Parameter) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters.Builder
 
addPartition(Partition) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions.Builder
 
addProperty(Identifier, Expr) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult.Builder
 
addRule(Rule) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset.Builder
 
allowDots() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsValidHostLabel
 
allowDots() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsVirtualHostableS3Bucket
 
argv(List<Expr>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode.Builder
 
Arn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
An AWS Arn.
Arn(String, String, String, String, List<String>) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
ASSIGN - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
asString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Identifier
 
Attribute - Class in software.amazon.awssdk.services.comprehendmedical.model
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
attribute() - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
The specific attribute that has been extracted but not mapped to an entity.
attribute(Attribute) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute.Builder
The specific attribute that has been extracted but not mapped to an entity.
attribute(Consumer<Attribute.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute.Builder
The specific attribute that has been extracted but not mapped to an entity.
Attribute.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
AttributeName - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
attributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The extracted attributes that relate to this entity.
attributes(Collection<Attribute>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The extracted attributes that relate to this entity.
attributes(Attribute...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The extracted attributes that relate to this entity.
attributes(Consumer<Attribute.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The extracted attributes that relate to this entity.
attributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The detected attributes that relate to the entity.
attributes(Collection<ICD10CMAttribute>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The detected attributes that relate to the entity.
attributes(ICD10CMAttribute...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The detected attributes that relate to the entity.
attributes(Consumer<ICD10CMAttribute.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The detected attributes that relate to the entity.
attributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The extracted attributes that relate to the entity.
attributes(Collection<RxNormAttribute>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The extracted attributes that relate to the entity.
attributes(RxNormAttribute...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The extracted attributes that relate to the entity.
attributes(Consumer<RxNormAttribute.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The extracted attributes that relate to the entity.
attributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
attributes(Collection<SNOMEDCTAttribute>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
attributes(SNOMEDCTAttribute...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
attributes(Consumer<SNOMEDCTAttribute.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
An extracted segment of the text that is an attribute of an entity, or otherwise related to an entity, such as the dosage of a medication taken.
AUTHORITY - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
AuthSchemeUtils - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
AwsEndpointProviderUtils - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InternalServerException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException.Builder
 
awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ValidationException.Builder
 

B

beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The 0-based character offset in the input text that shows where the entity begins.
beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The 0-based character offset in the input text that shows where the entity begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The 0-based character offset in the input text that shows where the entity begins.
beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The 0-based character offset in the input text that shows where the entity begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The 0-based character offset in the input text that shows where the entity begins.
beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The 0-based character offset in the input text that shows where the attribute begins.
beginOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The 0-based character offset in the input text that shows where the entity begins.
beginOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The 0-based character offset in the input text that shows where the entity begins.
BooleanEqualsFn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
BooleanEqualsFn(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
build() - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalServiceClientConfiguration.Builder
 
build() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RegionOverride.Builder
 
build() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleError.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SourceException.BuilderImpl
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint.Builder
 
build() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest.Builder
 
build() - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.Builder
 
builder() - Static method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Create a builder that can be used to configure and create a ComprehendMedicalAsyncClient.
builder() - Static method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Create a builder that can be used to configure and create a ComprehendMedicalClient.
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalServiceClientConfiguration
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RegionOverride
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RegionOverride.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule.Builder
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleError
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SourceException
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
Builder() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint.Builder
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.InternalServerException
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
builder() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
builder() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ValidationException
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SourceException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
BuilderImpl(ComprehendMedicalException) - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest.BuilderImpl
 
BuilderImpl(ComprehendMedicalRequest) - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.BuilderImpl
 
BuilderImpl(ComprehendMedicalResponse) - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.BuilderImpl
 
builtIn(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 

C

category(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The category of attribute.
category(EntityType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The category of attribute.
category() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The category of attribute.
category(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The category of the entity.
category(EntityType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The category of the entity.
category() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The category of the entity.
category(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The category of attribute.
category(ICD10CMEntityType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The category of attribute.
category() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The category of attribute.
category(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The category of the entity.
category(ICD10CMEntityCategory) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The category of the entity.
category() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The category of the entity.
category(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The category of the entity.
category(RxNormEntityCategory) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The category of the entity.
category() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The category of the entity.
category(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The category of the detected attribute.
category(SNOMEDCTEntityCategory) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The category of the detected attribute.
category() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The category of the detected attribute.
category(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The category of the detected entity.
category(SNOMEDCTEntityCategory) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The category of the detected entity.
category() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The category of the detected entity.
categoryAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The category of attribute.
categoryAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The category of the entity.
categoryAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The category of attribute.
categoryAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The category of the entity.
categoryAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The category of the entity.
categoryAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The category of the detected attribute.
categoryAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The category of the detected entity.
cause(Throwable) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SourceException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InternalServerException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException.Builder
 
cause(Throwable) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ValidationException.Builder
 
Characters - Class in software.amazon.awssdk.services.comprehendmedical.model
The number of characters in the input text to be analyzed.
characters(Characters) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The number of characters in the input request documentation.
characters(Consumer<Characters.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The number of characters in the input request documentation.
characters() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
The number of characters in the input request documentation.
Characters.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
chooseAuthScheme(List<EndpointAuthScheme>) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AuthSchemeUtils
Per the spec, the auth schemes list is ordered by preference, so we simply iterate over the list until we find an auth scheme we recognize.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
A unique identifier for the request.
clientRequestToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
A unique identifier for the request.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
A unique identifier for the request.
clientRequestToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
A unique identifier for the request.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
A unique identifier for the request.
clientRequestToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
A unique identifier for the request.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
A unique identifier for the request.
clientRequestToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
A unique identifier for the request.
clientRequestToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
A unique identifier for the request.
clientRequestToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
A unique identifier for the request.
code(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept.Builder
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
code() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
The ICD-10-CM code that identifies the concept found in the knowledge base from the Centers for Disease Control.
code(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept.Builder
RxNorm concept ID, also known as the RxCUI.
code() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
RxNorm concept ID, also known as the RxCUI.
code(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept.Builder
The numeric ID for the SNOMED-CT concept.
code() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
The numeric ID for the SNOMED-CT concept.
ComprehendMedicalAsyncClient - Interface in software.amazon.awssdk.services.comprehendmedical
Service client for accessing ComprehendMedical asynchronously.
ComprehendMedicalAsyncClientBuilder - Interface in software.amazon.awssdk.services.comprehendmedical
A builder for creating an instance of ComprehendMedicalAsyncClient.
ComprehendMedicalAsyncJobFilter - Class in software.amazon.awssdk.services.comprehendmedical.model
Provides information for filtering a list of detection jobs.
ComprehendMedicalAsyncJobFilter.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalAsyncJobProperties - Class in software.amazon.awssdk.services.comprehendmedical.model
Provides information about a detection job.
comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(Consumer<ComprehendMedicalAsyncJobProperties.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(Consumer<ComprehendMedicalAsyncJobProperties.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(Consumer<ComprehendMedicalAsyncJobProperties.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(Consumer<ComprehendMedicalAsyncJobProperties.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse.Builder
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
An object that contains the properties associated with a detection job.
comprehendMedicalAsyncJobProperties(ComprehendMedicalAsyncJobProperties) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse.Builder
Sets the value of the ComprehendMedicalAsyncJobProperties property for this object.
comprehendMedicalAsyncJobProperties(Consumer<ComprehendMedicalAsyncJobProperties.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse.Builder
Sets the value of the ComprehendMedicalAsyncJobProperties property for this object.
comprehendMedicalAsyncJobProperties() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
Returns the value of the ComprehendMedicalAsyncJobProperties property for this object.
ComprehendMedicalAsyncJobProperties.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse.Builder
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse.Builder
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse.Builder
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse.Builder
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse.Builder
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse.Builder
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse.Builder
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse.Builder
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse.Builder
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
A list containing the properties of each job returned.
comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse.Builder
The maximum number of results to return in each page.
comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse.Builder
The maximum number of results to return in each page.
comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse.Builder
The maximum number of results to return in each page.
comprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
The maximum number of results to return in each page.
comprehendMedicalAsyncJobPropertiesList(Collection<ComprehendMedicalAsyncJobProperties>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse.Builder
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList(ComprehendMedicalAsyncJobProperties...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse.Builder
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList(Consumer<ComprehendMedicalAsyncJobProperties.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse.Builder
A list containing the properties of each job that is returned.
comprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
A list containing the properties of each job that is returned.
ComprehendMedicalBaseClientBuilder<B extends ComprehendMedicalBaseClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.services.comprehendmedical
This includes configuration specific to ComprehendMedical that is supported by both ComprehendMedicalClientBuilder and ComprehendMedicalAsyncClientBuilder.
ComprehendMedicalClient - Interface in software.amazon.awssdk.services.comprehendmedical
Service client for accessing ComprehendMedical.
ComprehendMedicalClientBuilder - Interface in software.amazon.awssdk.services.comprehendmedical
A builder for creating an instance of ComprehendMedicalClient.
ComprehendMedicalClientOption<T> - Class in software.amazon.awssdk.services.comprehendmedical.internal
 
ComprehendMedicalEndpointAuthSchemeInterceptor - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ComprehendMedicalEndpointAuthSchemeInterceptor() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ComprehendMedicalEndpointAuthSchemeInterceptor
 
ComprehendMedicalEndpointParams - Class in software.amazon.awssdk.services.comprehendmedical.endpoints
The parameters object used to resolve an endpoint for the ComprehendMedical service.
ComprehendMedicalEndpointParams.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints
 
ComprehendMedicalEndpointProvider - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints
An endpoint provider for ComprehendMedical.
ComprehendMedicalException - Exception in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalException(ComprehendMedicalException.Builder) - Constructor for exception software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException
 
ComprehendMedicalException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalException.BuilderImpl - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalRequest(ComprehendMedicalRequest.Builder) - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest
 
ComprehendMedicalRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalRequest.BuilderImpl - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalRequestSetEndpointInterceptor - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ComprehendMedicalRequestSetEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ComprehendMedicalRequestSetEndpointInterceptor
 
ComprehendMedicalResolveEndpointInterceptor - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ComprehendMedicalResolveEndpointInterceptor() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ComprehendMedicalResolveEndpointInterceptor
 
ComprehendMedicalResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalResponse(ComprehendMedicalResponse.Builder) - Constructor for class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse
 
ComprehendMedicalResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalResponse.BuilderImpl - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalResponseMetadata - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ComprehendMedicalServiceClientConfiguration - Class in software.amazon.awssdk.services.comprehendmedical
Class to expose the service client settings to the user.
ComprehendMedicalServiceClientConfiguration.Builder - Interface in software.amazon.awssdk.services.comprehendmedical
Condition - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
condition() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
Convert this fn into a condition
condition(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
Condition.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
CONDITIONS - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
conditions - Variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
context(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference.Builder
 
create() - Static method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Create a ComprehendMedicalAsyncClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create() - Static method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Create a ComprehendMedicalClient with the region loaded from the DefaultAwsRegionProviderChain and credentials loaded from the DefaultCredentialsProvider.
create(AwsResponseMetadata) - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponseMetadata
 
createAuthSchemes(Value) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AuthSchemeUtils
 
ctx(String, Supplier<T>) - Static method in exception software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleError
 
ctx(String, Runnable) - Static method in exception software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleError
 

D

dataAccessRoleArn(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The Amazon Resource Name (ARN) that gives Comprehend Medical; read access to your input data.
dataAccessRoleArn() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The Amazon Resource Name (ARN) that gives Comprehend Medical; read access to your input data.
dataAccessRoleArn(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Comprehend Medical; read access to your input data.
dataAccessRoleArn(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
dataAccessRoleArn() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend Medical read access to your input data.
Default() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor.Default
 
DEFAULT - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
DefaultComprehendMedicalEndpointProvider - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
DefaultComprehendMedicalEndpointProvider() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.DefaultComprehendMedicalEndpointProvider
 
defaultEngine() - Static method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEngine
 
DefaultPartitionDataProvider - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
DefaultPartitionDataProvider() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.DefaultPartitionDataProvider
 
defaultProvider() - Static method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointProvider
 
DefaultRuleEngine - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
DefaultRuleEngine() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.DefaultRuleEngine
 
defaultValue(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
deprecated(Parameter.Deprecated) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
DEPRECATED - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
Deprecated(String, String) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Deprecated
 
describeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with a medical entities detection job.
describeEntitiesDetectionV2Job(Consumer<DescribeEntitiesDetectionV2JobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with a medical entities detection job.
describeEntitiesDetectionV2Job(DescribeEntitiesDetectionV2JobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with a medical entities detection job.
describeEntitiesDetectionV2Job(Consumer<DescribeEntitiesDetectionV2JobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with a medical entities detection job.
DescribeEntitiesDetectionV2JobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeEntitiesDetectionV2JobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeEntitiesDetectionV2JobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DescribeEntitiesDetectionV2JobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DescribeEntitiesDetectionV2JobRequestMarshaller
 
DescribeEntitiesDetectionV2JobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeEntitiesDetectionV2JobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
describeICD10CMInferenceJob(DescribeIcd10CmInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with an InferICD10CM job.
describeICD10CMInferenceJob(Consumer<DescribeIcd10CmInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with an InferICD10CM job.
describeICD10CMInferenceJob(DescribeIcd10CmInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with an InferICD10CM job.
describeICD10CMInferenceJob(Consumer<DescribeIcd10CmInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with an InferICD10CM job.
DescribeIcd10CmInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeIcd10CmInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeIcd10CmInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DescribeIcd10CmInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DescribeIcd10CmInferenceJobRequestMarshaller
 
DescribeIcd10CmInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeIcd10CmInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
describePHIDetectionJob(DescribePhiDetectionJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with a protected health information (PHI) detection job.
describePHIDetectionJob(Consumer<DescribePhiDetectionJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with a protected health information (PHI) detection job.
describePHIDetectionJob(DescribePhiDetectionJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with a protected health information (PHI) detection job.
describePHIDetectionJob(Consumer<DescribePhiDetectionJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with a protected health information (PHI) detection job.
DescribePhiDetectionJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribePhiDetectionJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DescribePhiDetectionJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DescribePhiDetectionJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DescribePhiDetectionJobRequestMarshaller
 
DescribePhiDetectionJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribePhiDetectionJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
describeRxNormInferenceJob(DescribeRxNormInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with an InferRxNorm job.
describeRxNormInferenceJob(Consumer<DescribeRxNormInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with an InferRxNorm job.
describeRxNormInferenceJob(DescribeRxNormInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with an InferRxNorm job.
describeRxNormInferenceJob(Consumer<DescribeRxNormInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with an InferRxNorm job.
DescribeRxNormInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeRxNormInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeRxNormInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DescribeRxNormInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DescribeRxNormInferenceJobRequestMarshaller
 
DescribeRxNormInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeRxNormInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
describeSNOMEDCTInferenceJob(DescribeSnomedctInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with an InferSNOMEDCT job.
describeSNOMEDCTInferenceJob(Consumer<DescribeSnomedctInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets the properties associated with an InferSNOMEDCT job.
describeSNOMEDCTInferenceJob(DescribeSnomedctInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with an InferSNOMEDCT job.
describeSNOMEDCTInferenceJob(Consumer<DescribeSnomedctInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets the properties associated with an InferSNOMEDCT job.
DescribeSnomedctInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeSnomedctInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeSnomedctInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DescribeSnomedctInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DescribeSnomedctInferenceJobRequestMarshaller
 
DescribeSnomedctInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DescribeSnomedctInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
description(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept.Builder
The long description of the ICD-10-CM code in the ontology.
description() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
The long description of the ICD-10-CM code in the ontology.
description(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept.Builder
The description of the RxNorm concept.
description() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
The description of the RxNorm concept.
description(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept.Builder
The description of the SNOMED-CT concept.
description() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
The description of the SNOMED-CT concept.
detectEntities(DetectEntitiesRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
detectEntities(Consumer<DetectEntitiesRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
detectEntities(DetectEntitiesRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
detectEntities(Consumer<DetectEntitiesRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Deprecated.
This operation is deprecated, use DetectEntitiesV2 instead.
DetectEntitiesRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DetectEntitiesRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DetectEntitiesRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DetectEntitiesRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DetectEntitiesRequestMarshaller
 
DetectEntitiesResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DetectEntitiesResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
detectEntitiesV2(DetectEntitiesV2Request) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
detectEntitiesV2(Consumer<DetectEntitiesV2Request.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
detectEntitiesV2(DetectEntitiesV2Request) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
detectEntitiesV2(Consumer<DetectEntitiesV2Request.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.
DetectEntitiesV2Request - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DetectEntitiesV2Request.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DetectEntitiesV2RequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DetectEntitiesV2RequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DetectEntitiesV2RequestMarshaller
 
DetectEntitiesV2Response - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DetectEntitiesV2Response.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
detectPHI(DetectPhiRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.
detectPHI(Consumer<DetectPhiRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.
detectPHI(DetectPhiRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.
detectPHI(Consumer<DetectPhiRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity.
DetectPhiRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DetectPhiRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
DetectPhiRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
DetectPhiRequest Marshaller
DetectPhiRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.DetectPhiRequestMarshaller
 
DetectPhiResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
DetectPhiResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
disableHostPrefixInjection(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
True if the the SdkInternalExecutionAttribute.DISABLE_HOST_PREFIX_INJECTION attribute is present and its value is true, false otherwise.
DNS_SUFFIX - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
dnsSuffix(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs.Builder
 
dnsSuffix() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
documentation(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
DOCUMENTATION - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
documentation(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule.Builder
 
DOCUMENTATION - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
documentation - Variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
DUAL_STACK_DNS_SUFFIX - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
dualStackDnsSuffix(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs.Builder
 
dualStackDnsSuffix() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
dualStackEnabledBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
 

E

edition(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails.Builder
The edition of SNOMED-CT used.
edition() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
The edition of SNOMED-CT used.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The 0-based character offset in the input text that shows where the attribute ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The 0-based character offset in the input text that shows where the attribute ends.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The 0-based character offset in the input text that shows where the entity ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The 0-based character offset in the input text that shows where the entity ends.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The 0-based character offset in the input text that shows where the attribute ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The 0-based character offset in the input text that shows where the attribute ends.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The 0-based character offset in the input text that shows where the entity ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The 0-based character offset in the input text that shows where the entity ends.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The 0-based character offset in the input text that shows where the attribute ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The 0-based character offset in the input text that shows where the attribute ends.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The 0-based character offset in the input text that shows where the entity ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The 0-based character offset in the input text that shows where the entity ends.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The 0-based character offset in the input text that shows where the attribute ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The 0-based character offset in the input text that shows where the attribute ends.
endOffset(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The 0-based character offset in the input text that shows where the entity ends.
endOffset() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The 0-based character offset in the input text that shows where the entity ends.
endpoint(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams.Builder
 
endpoint() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams
 
endpoint(EndpointResult) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule.Builder
 
ENDPOINT - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
endpointBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
Returns the endpoint set on the client.
endpointFromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
endpointIsDiscovered(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
True if the the SdkInternalExecutionAttribute.IS_DISCOVERED_ENDPOINT attribute is present and its value is true, false otherwise.
endpointIsOverridden(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
True if the the SdkExecutionAttribute.ENDPOINT_OVERRIDDEN attribute is present and its value is true, false otherwise.
endpointOverride(URI) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalServiceClientConfiguration.Builder
Configure the endpointOverride
endpointProvider(ComprehendMedicalEndpointProvider) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalBaseClientBuilder
Set the ComprehendMedicalEndpointProvider implementation that will be used by the client to determine the endpoint for each request.
EndpointResult - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
EndpointResult.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
EndpointRule - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
EndpointRule(Rule.Builder, EndpointResult) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRule
 
EndpointRuleset - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
The set of rules that are used to compute the endpoint to use for a request.
EndpointRuleset.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
endTime(Instant) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The time that the detection job completed.
endTime() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The time that the detection job completed.
entities(Collection<Entity>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
The collection of medical entities extracted from the input text and their associated information.
entities(Entity...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
The collection of medical entities extracted from the input text and their associated information.
entities(Consumer<Entity.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
The collection of medical entities extracted from the input text and their associated information.
entities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
The collection of medical entities extracted from the input text and their associated information.
entities(Collection<Entity>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
The collection of medical entities extracted from the input text and their associated information.
entities(Entity...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
The collection of medical entities extracted from the input text and their associated information.
entities(Consumer<Entity.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
The collection of medical entities extracted from the input text and their associated information.
entities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
The collection of medical entities extracted from the input text and their associated information.
entities(Collection<Entity>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse.Builder
The collection of PHI entities extracted from the input text and their associated information.
entities(Entity...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse.Builder
The collection of PHI entities extracted from the input text and their associated information.
entities(Consumer<Entity.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse.Builder
The collection of PHI entities extracted from the input text and their associated information.
entities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
The collection of PHI entities extracted from the input text and their associated information.
entities(Collection<ICD10CMEntity>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse.Builder
The medical conditions detected in the text linked to ICD-10-CM concepts.
entities(ICD10CMEntity...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse.Builder
The medical conditions detected in the text linked to ICD-10-CM concepts.
entities(Consumer<ICD10CMEntity.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse.Builder
The medical conditions detected in the text linked to ICD-10-CM concepts.
entities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
The medical conditions detected in the text linked to ICD-10-CM concepts.
entities(Collection<RxNormEntity>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse.Builder
The medication entities detected in the text linked to RxNorm concepts.
entities(RxNormEntity...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse.Builder
The medication entities detected in the text linked to RxNorm concepts.
entities(Consumer<RxNormEntity.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse.Builder
The medication entities detected in the text linked to RxNorm concepts.
entities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
The medication entities detected in the text linked to RxNorm concepts.
entities(Collection<SNOMEDCTEntity>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The collection of medical concept entities extracted from the input text and their associated information.
entities(SNOMEDCTEntity...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The collection of medical concept entities extracted from the input text and their associated information.
entities(Consumer<SNOMEDCTEntity.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The collection of medical concept entities extracted from the input text and their associated information.
entities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
The collection of medical concept entities extracted from the input text and their associated information.
Entity - Class in software.amazon.awssdk.services.comprehendmedical.model
Provides information about an extracted medical entity.
Entity.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
EntitySubType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
EntityType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
eq(boolean) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
eq(Expr) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FatScope
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Index
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Key
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Identifier
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Deprecated
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RegionOverride
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Dynamic
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Literal
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Array
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Bool
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Int
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Record
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Str
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
equals(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
equalsBySdkFields(Object) - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
error(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule.Builder
 
ERROR - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
ErrorRule - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ErrorRule(Rule.Builder, Expr) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ErrorRule
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
Eval - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
eval(Scope<Value>) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Eval
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
eval(Value) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part
 
eval(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Index
 
eval(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Key
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsValidHostLabel
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsVirtualHostableS3Bucket
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
eval(Expr) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
Search the fact stack for an explicitly calculated value for [expr]
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SingleArgFn
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.StringEqualsFn
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
eval(Scope<Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
evalArg(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsSet
 
evalArg(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Not
 
evalArg(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
evalArg(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
evalArg(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
evalArg(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SingleArgFn
 
evalArg(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.UriEncodeFn
 
evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.DefaultRuleEngine
 
evaluate(EndpointRuleset, Map<Identifier, Value>) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEngine
Evaluate the given EndpointRuleset using the named values in args as input into the rule set.
evaluateCondition(Condition) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
evaluateRuleset(EndpointRuleset, Map<Identifier, Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
expectArray() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Array
 
expectArray() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
expectBool() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Bool
 
expectBool() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
expectEndpoint() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
expectEndpoint() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
expectInt() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
expectInt() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Int
 
expectLiteral() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
expectLiteralString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
expectOneArg() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
expectRecord() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
expectRecord() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Record
 
expectString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
expectString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Str
 
expectTwoArgs() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
expectValue(Identifier) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
expectVariableArgs(int) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
expirationTime(Instant) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The date and time that job metadata is deleted from the server.
expirationTime() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The date and time that job metadata is deleted from the server.
expr() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
Expr - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Expr() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
expr() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
ExprVisitor<R> - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ExprVisitor.Default<R> - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 

F

facts() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FatScope
 
FatScope<T> - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
FatScope(HashMap<Identifier, T>, HashMap<Expr, T>) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FatScope
 
FatScope() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FatScope
 
filter(ComprehendMedicalAsyncJobFilter) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest.Builder
Filters the jobs that are returned.
filter(Consumer<ComprehendMedicalAsyncJobFilter.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest.Builder
Filters the jobs that are returned.
filter() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
Filters the jobs that are returned.
filter(ComprehendMedicalAsyncJobFilter) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest.Builder
Filters the jobs that are returned.
filter(Consumer<ComprehendMedicalAsyncJobFilter.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest.Builder
Filters the jobs that are returned.
filter() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
Filters the jobs that are returned.
filter(ComprehendMedicalAsyncJobFilter) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest.Builder
Filters the jobs that are returned.
filter(Consumer<ComprehendMedicalAsyncJobFilter.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest.Builder
Filters the jobs that are returned.
filter() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
Filters the jobs that are returned.
filter(ComprehendMedicalAsyncJobFilter) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest.Builder
Filters the jobs that are returned.
filter(Consumer<ComprehendMedicalAsyncJobFilter.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest.Builder
Filters the jobs that are returned.
filter() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
Filters the jobs that are returned.
filter(ComprehendMedicalAsyncJobFilter) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest.Builder
Sets the value of the Filter property for this object.
filter(Consumer<ComprehendMedicalAsyncJobFilter.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest.Builder
Sets the value of the Filter property for this object.
filter() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
Returns the value of the Filter property for this object.
finishMultipartTemplate() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TemplateVisitor
Invoked at the conclusion of visiting a multipart template like `https://{Region}.{dnsSuffix}`.
fipsEnabledBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
 
fn(Fn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition.Builder
 
Fn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Fn(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
fn(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode.Builder
 
fnNode - Variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
FnNode - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
Parsed but not validated function contents containing the `fn` name and `argv`
FnNode.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
FnVisitor<R> - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
forEach(BiConsumer<Identifier, Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Record
 
from(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
from(String, String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
fromArray(List<Value>) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
fromBool(boolean) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
fromBool(boolean) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
fromInteger(int) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
fromInteger(int) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Deprecated
 
fromNode(String, JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters
 
fromNode(JsonNode) - Static method in enum software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterType
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RegionOverride
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
fromNode(JsonNode) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
fromParam(Parameter, Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
fromParam(Parameter) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
fromRecord(Map<Identifier, Literal>) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
fromRecord(Map<Identifier, Value>) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
fromStr(Template) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
fromStr(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
fromStr(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
fromString(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Identifier
 
fromString(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
fromTuple(List<Literal>) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterType
 
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.AttributeName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntitySubType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntityType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttributeType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityCategory
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMRelationshipType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTraitName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.JobStatus
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.LanguageCode
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RelationshipType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormAttributeType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityCategory
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormTraitName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttributeType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityCategory
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTRelationshipType
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
fromValue(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTraitName
Use this in place of valueOf to convert the raw string returned by the service into the enum value.

G

generateEndpoint(EndpointResult) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
get(Identifier) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters
 
get(int) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Array
 
get(Identifier) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Record
 
getArgv() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
getArgv() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
getAttr(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
getAttr(Identifier) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
GetAttr - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
GetAttr(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
GetAttr.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
GetAttr.Part - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
GetAttr.Part.Index - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
GetAttr.Part.Key - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
getBuiltIn() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
getConditions() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
getContext() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
getDefault() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor.Default
 
getDefault() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
The default value for this Parameter
getDefaultValue() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
getDeprecated() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
getDocumentation() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
getEndpoint() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRule
 
getExpr() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Dynamic
 
getFn() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
getHeaders() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
getHeaders() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
getId() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
getLeft() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
getLeft() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.StringEqualsFn
 
getName() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
Returns the name of this function, eg.
getName() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
getName() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
getName() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
getParameters() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset
 
getParts() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
getProperties() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
getProperties() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
getResult() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
getRight() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
getRight() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.StringEqualsFn
 
getRules() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset
 
getServiceId() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset
 
getType() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
getUrl() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
getUrl() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
getValue() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
getValue(Identifier) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
getValue() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Literal
 
getValue() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Record
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
getVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset
 

H

hasAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
For responses, this returns true if the service returned a value for the Attributes property.
hasAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
For responses, this returns true if the service returned a value for the Attributes property.
hasAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
For responses, this returns true if the service returned a value for the Attributes property.
hasAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
For responses, this returns true if the service returned a value for the Attributes property.
hasComprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
For responses, this returns true if the service returned a value for the ComprehendMedicalAsyncJobPropertiesList property.
hasComprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
For responses, this returns true if the service returned a value for the ComprehendMedicalAsyncJobPropertiesList property.
hasComprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
For responses, this returns true if the service returned a value for the ComprehendMedicalAsyncJobPropertiesList property.
hasComprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
For responses, this returns true if the service returned a value for the ComprehendMedicalAsyncJobPropertiesList property.
hasComprehendMedicalAsyncJobPropertiesList() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
For responses, this returns true if the service returned a value for the ComprehendMedicalAsyncJobPropertiesList property.
hasEntities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
For responses, this returns true if the service returned a value for the Entities property.
hasEntities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
For responses, this returns true if the service returned a value for the Entities property.
hasEntities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
For responses, this returns true if the service returned a value for the Entities property.
hasEntities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
For responses, this returns true if the service returned a value for the Entities property.
hasEntities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
For responses, this returns true if the service returned a value for the Entities property.
hasEntities() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
For responses, this returns true if the service returned a value for the Entities property.
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FatScope
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Index
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Key
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Identifier
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Deprecated
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RegionOverride
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Dynamic
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Literal
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Array
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Bool
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Int
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Record
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Str
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
hashCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
hasIcd10CMConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
For responses, this returns true if the service returned a value for the ICD10CMConcepts property.
hasRxNormConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
For responses, this returns true if the service returned a value for the RxNormConcepts property.
hasSnomedctConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
For responses, this returns true if the service returned a value for the SNOMEDCTConcepts property.
hasSnomedctConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
For responses, this returns true if the service returned a value for the SNOMEDCTConcepts property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
For responses, this returns true if the service returned a value for the Traits property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
For responses, this returns true if the service returned a value for the Traits property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
For responses, this returns true if the service returned a value for the Traits property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
For responses, this returns true if the service returned a value for the Traits property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
For responses, this returns true if the service returned a value for the Traits property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
For responses, this returns true if the service returned a value for the Traits property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
For responses, this returns true if the service returned a value for the Traits property.
hasTraits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
For responses, this returns true if the service returned a value for the Traits property.
hasUnmappedAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
For responses, this returns true if the service returned a value for the UnmappedAttributes property.
hasUnmappedAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
For responses, this returns true if the service returned a value for the UnmappedAttributes property.
hostLabel() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsValidHostLabel
 
hostLabel() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsVirtualHostableS3Bucket
 

I

ICD10CMAttribute - Class in software.amazon.awssdk.services.comprehendmedical.model
The detected attributes that relate to an entity.
ICD10CMAttribute.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ICD10CMAttributeType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
ICD10CMConcept - Class in software.amazon.awssdk.services.comprehendmedical.model
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
ICD10CMConcept.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
icd10CMConcepts(Collection<ICD10CMConcept>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
icd10CMConcepts(ICD10CMConcept...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
icd10CMConcepts(Consumer<ICD10CMConcept.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
icd10CMConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The ICD-10-CM concepts that the entity could refer to, along with a score indicating the likelihood of the match.
ICD10CMEntity - Class in software.amazon.awssdk.services.comprehendmedical.model
The collection of medical entities extracted from the input text and their associated information.
ICD10CMEntity.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ICD10CMEntityCategory - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
ICD10CMEntityType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
ICD10CMRelationshipType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
ICD10CMTrait - Class in software.amazon.awssdk.services.comprehendmedical.model
Contextual information for the entity.
ICD10CMTrait.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ICD10CMTraitName - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsSet
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsValidHostLabel
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsVirtualHostableS3Bucket
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Not
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
id(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition.Builder
 
id() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.StringEqualsFn
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
ID - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.UriEncodeFn
 
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The numeric identifier for this attribute.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The numeric identifier for this attribute.
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The numeric identifier for the entity.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The numeric identifier for the entity.
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The numeric identifier for this attribute.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The numeric identifier for this attribute.
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The numeric identifier for the entity.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The numeric identifier for the entity.
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The numeric identifier for this attribute.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The numeric identifier for this attribute.
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The numeric identifier for the entity.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The numeric identifier for the entity.
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The numeric identifier for this attribute.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The numeric identifier for this attribute.
id(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The numeric identifier for the entity.
id() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The numeric identifier for the entity.
Identifier - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
Identifiers for variables declared within the rule engine, e.g.
Identifier(String) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Identifier
 
Index(int) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Index
 
index() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Index
 
inferICD10CM(InferIcd10CmRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
inferICD10CM(Consumer<InferIcd10CmRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
inferICD10CM(InferIcd10CmRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
inferICD10CM(Consumer<InferIcd10CmRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
InferICD10CM detects medical conditions as entities listed in a patient record and links those entities to normalized concept identifiers in the ICD-10-CM knowledge base from the Centers for Disease Control.
InferIcd10CmRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
InferIcd10CmRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
InferIcd10CmRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
InferIcd10CmRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.InferIcd10CmRequestMarshaller
 
InferIcd10CmResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
InferIcd10CmResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
INFERRED - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
inferRxNorm(InferRxNormRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.
inferRxNorm(Consumer<InferRxNormRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.
inferRxNorm(InferRxNormRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.
inferRxNorm(Consumer<InferRxNormRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
InferRxNorm detects medications as entities listed in a patient record and links to the normalized concept identifiers in the RxNorm database from the National Library of Medicine.
InferRxNormRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
InferRxNormRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
InferRxNormRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
InferRxNormRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.InferRxNormRequestMarshaller
 
InferRxNormResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
InferRxNormResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
inferSNOMEDCT(InferSnomedctRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
inferSNOMEDCT(Consumer<InferSnomedctRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
inferSNOMEDCT(InferSnomedctRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
inferSNOMEDCT(Consumer<InferSnomedctRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
InferSNOMEDCT detects possible medical concepts as entities and links them to codes from the Systematized Nomenclature of Medicine, Clinical Terms (SNOMED-CT) ontology
InferSnomedctRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
InferSnomedctRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
InferSnomedctRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
InferSnomedctRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.InferSnomedctRequestMarshaller
 
InferSnomedctResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
InferSnomedctResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
InnerParseError - Exception in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
InnerParseError(String) - Constructor for exception software.amazon.awssdk.services.comprehendmedical.endpoints.internal.InnerParseError
 
inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The input data configuration that you supplied when you created the detection job.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The input data configuration that you supplied when you created the detection job.
inputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The input data configuration that you supplied when you created the detection job.
InputDataConfig - Class in software.amazon.awssdk.services.comprehendmedical.model
The input properties for an entities detection job.
inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The input configuration that specifies the format and location of the input data for the job.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The input configuration that specifies the format and location of the input data for the job.
inputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
The input configuration that specifies the format and location of the input data for the job.
inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
Specifies the format and location of the input data for the job.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
Specifies the format and location of the input data for the job.
inputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
Specifies the format and location of the input data for the job.
inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
Specifies the format and location of the input data for the job.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
Specifies the format and location of the input data for the job.
inputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
Specifies the format and location of the input data for the job.
inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
Specifies the format and location of the input data for the job.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
Specifies the format and location of the input data for the job.
inputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
Specifies the format and location of the input data for the job.
inputDataConfig(InputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
Sets the value of the InputDataConfig property for this object.
inputDataConfig(Consumer<InputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
Sets the value of the InputDataConfig property for this object.
inputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
Returns the value of the InputDataConfig property for this object.
InputDataConfig.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
inScope(Supplier<U>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
insert(String, T) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
insert(Identifier, T) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
insertFact(Expr, T) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
InternalServerException - Exception in software.amazon.awssdk.services.comprehendmedical.model
An internal server error occurred.
InternalServerException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
into() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
Into<T> - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
into() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Into
 
into() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IntoSelf
 
IntoSelf<T extends IntoSelf<T>> - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
InvalidEncodingException - Exception in software.amazon.awssdk.services.comprehendmedical.model
The input text was not in valid UTF-8 character encoding.
InvalidEncodingException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
InvalidRequestException - Exception in software.amazon.awssdk.services.comprehendmedical.model
The request that you made is invalid.
InvalidRequestException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
IS_IP - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
isBuiltIn() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
isNone() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
isNone() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.None
 
isRequired() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
IsSet - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
IsSet(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsSet
 
isStatic() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
IsValidHostLabel - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
IsValidHostLabel(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsValidHostLabel
 
IsVirtualHostableS3Bucket - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
IsVirtualHostableS3Bucket(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsVirtualHostableS3Bucket
 

J

jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The identifier assigned to the detection job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The identifier assigned to the detection job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest.Builder
The identifier that Comprehend Medical; generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
The identifier that Comprehend Medical; generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest.Builder
The identifier that Amazon Comprehend Medical generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
The identifier that Amazon Comprehend Medical generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest.Builder
The identifier that Comprehend Medical; generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
The identifier that Comprehend Medical; generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest.Builder
The identifier that Amazon Comprehend Medical generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
The identifier that Amazon Comprehend Medical generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest.Builder
The identifier that Amazon Comprehend Medical generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
The identifier that Amazon Comprehend Medical generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse.Builder
The identifier generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
The identifier generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse.Builder
The identifier generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
The identifier generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse.Builder
The identifier generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
The identifier generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse.Builder
The identifier of the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
The identifier of the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse.Builder
The identifier generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
The identifier generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest.Builder
The identifier of the medical entities job to stop.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
The identifier of the medical entities job to stop.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse.Builder
The identifier of the medical entities detection job that was stopped.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
The identifier of the medical entities detection job that was stopped.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest.Builder
The identifier of the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
The identifier of the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse.Builder
The identifier generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
The identifier generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest.Builder
The identifier of the PHI detection job to stop.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
The identifier of the PHI detection job to stop.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse.Builder
The identifier of the PHI detection job that was stopped.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
The identifier of the PHI detection job that was stopped.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest.Builder
The identifier of the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
The identifier of the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse.Builder
The identifier generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
The identifier generated for the job.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest.Builder
The job id of the asynchronous InferSNOMEDCT job to be stopped.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
The job id of the asynchronous InferSNOMEDCT job to be stopped.
jobId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse.Builder
The identifier generated for the job.
jobId() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
The identifier generated for the job.
jobName(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter.Builder
Filters on the name of the job.
jobName() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
Filters on the name of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The name that you assigned to the detection job.
jobName() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The name that you assigned to the detection job.
jobName(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The identifier of the job.
jobName() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
The identifier of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
The identifier of the job.
jobName() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
The identifier of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
The identifier of the job.
jobName() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
The identifier of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
The identifier of the job.
jobName() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
The identifier of the job.
jobName(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
The user generated name the asynchronous InferSNOMEDCT job.
jobName() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
The user generated name the asynchronous InferSNOMEDCT job.
jobStatus(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter.Builder
Filters the list of jobs based on job status.
jobStatus(JobStatus) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter.Builder
Filters the list of jobs based on job status.
jobStatus() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
Filters the list of jobs based on job status.
jobStatus(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The current status of the detection job.
jobStatus(JobStatus) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The current status of the detection job.
jobStatus() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The current status of the detection job.
JobStatus - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
jobStatusAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
Filters the list of jobs based on job status.
jobStatusAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The current status of the detection job.

K

Key(Identifier) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Key
 
key() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Key
 
kmsKey(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The AWS Key Management Service key, if any, used to encrypt the output files.
kmsKey() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The AWS Key Management Service key, if any, used to encrypt the output files.
kmsKey(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
An AWS Key Management Service key to encrypt your output files.
kmsKey() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
An AWS Key Management Service key to encrypt your output files.
kmsKey(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
An AWS Key Management Service key to encrypt your output files.
kmsKey() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
An AWS Key Management Service key to encrypt your output files.
kmsKey(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
An AWS Key Management Service key to encrypt your output files.
kmsKey() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
An AWS Key Management Service key to encrypt your output files.
kmsKey(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
An AWS Key Management Service key to encrypt your output files.
kmsKey() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
An AWS Key Management Service key to encrypt your output files.
kmsKey(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
An AWS Key Management Service key used to encrypt your output files.
kmsKey() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
An AWS Key Management Service key used to encrypt your output files.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.AttributeName
Use this in place of AttributeName.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntitySubType
Use this in place of EntitySubType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntityType
Use this in place of EntityType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttributeType
Use this in place of ICD10CMAttributeType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityCategory
Use this in place of ICD10CMEntityCategory.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityType
Use this in place of ICD10CMEntityType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMRelationshipType
Use this in place of ICD10CMRelationshipType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTraitName
Use this in place of ICD10CMTraitName.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.JobStatus
Use this in place of JobStatus.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.LanguageCode
Use this in place of LanguageCode.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RelationshipType
Use this in place of RelationshipType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormAttributeType
Use this in place of RxNormAttributeType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityCategory
Use this in place of RxNormEntityCategory.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityType
Use this in place of RxNormEntityType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormTraitName
Use this in place of RxNormTraitName.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttributeType
Use this in place of SNOMEDCTAttributeType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityCategory
Use this in place of SNOMEDCTEntityCategory.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityType
Use this in place of SNOMEDCTEntityType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTRelationshipType
Use this in place of SNOMEDCTRelationshipType.values() to return a Set of all values known to the SDK.
knownValues() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTraitName
Use this in place of SNOMEDCTTraitName.values() to return a Set of all values known to the SDK.

L

language(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails.Builder
The language used in the SNOMED-CT ontology.
language() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
The language used in the SNOMED-CT ontology.
languageCode(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The language code of the input documents.
languageCode(LanguageCode) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The language code of the input documents.
languageCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The language code of the input documents.
LanguageCode - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
languageCode(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The language of the input documents.
languageCode(LanguageCode) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The language of the input documents.
languageCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
The language of the input documents.
languageCode(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
The language of the input documents.
languageCode(LanguageCode) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
The language of the input documents.
languageCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
The language of the input documents.
languageCode(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
The language of the input documents.
languageCode(LanguageCode) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
The language of the input documents.
languageCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
The language of the input documents.
languageCode(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
The language of the input documents.
languageCode(LanguageCode) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
The language of the input documents.
languageCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
The language of the input documents.
languageCode(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
The language of the input documents.
languageCode(LanguageCode) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
The language of the input documents.
languageCode() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
The language of the input documents.
languageCodeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The language code of the input documents.
languageCodeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
The language of the input documents.
languageCodeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
The language of the input documents.
languageCodeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
The language of the input documents.
languageCodeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
The language of the input documents.
languageCodeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
The language of the input documents.
listEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2Jobs(Consumer<ListEntitiesDetectionV2JobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2Jobs(ListEntitiesDetectionV2JobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of medical entity detection jobs that you have submitted.
listEntitiesDetectionV2Jobs(Consumer<ListEntitiesDetectionV2JobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of medical entity detection jobs that you have submitted.
ListEntitiesDetectionV2JobsRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListEntitiesDetectionV2JobsRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ListEntitiesDetectionV2JobsRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
ListEntitiesDetectionV2JobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.ListEntitiesDetectionV2JobsRequestMarshaller
 
ListEntitiesDetectionV2JobsResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListEntitiesDetectionV2JobsResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
listICD10CMInferenceJobs(ListIcd10CmInferenceJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of InferICD10CM jobs that you have submitted.
listICD10CMInferenceJobs(Consumer<ListIcd10CmInferenceJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of InferICD10CM jobs that you have submitted.
listICD10CMInferenceJobs(ListIcd10CmInferenceJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of InferICD10CM jobs that you have submitted.
listICD10CMInferenceJobs(Consumer<ListIcd10CmInferenceJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of InferICD10CM jobs that you have submitted.
ListIcd10CmInferenceJobsRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListIcd10CmInferenceJobsRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ListIcd10CmInferenceJobsRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
ListIcd10CmInferenceJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.ListIcd10CmInferenceJobsRequestMarshaller
 
ListIcd10CmInferenceJobsResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListIcd10CmInferenceJobsResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
listPHIDetectionJobs(ListPhiDetectionJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of protected health information (PHI) detection jobs that you have submitted.
listPHIDetectionJobs(Consumer<ListPhiDetectionJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of protected health information (PHI) detection jobs that you have submitted.
listPHIDetectionJobs(ListPhiDetectionJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of protected health information (PHI) detection jobs that you have submitted.
listPHIDetectionJobs(Consumer<ListPhiDetectionJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of protected health information (PHI) detection jobs that you have submitted.
ListPhiDetectionJobsRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListPhiDetectionJobsRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ListPhiDetectionJobsRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
ListPhiDetectionJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.ListPhiDetectionJobsRequestMarshaller
 
ListPhiDetectionJobsResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListPhiDetectionJobsResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
listRxNormInferenceJobs(ListRxNormInferenceJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of InferRxNorm jobs that you have submitted.
listRxNormInferenceJobs(Consumer<ListRxNormInferenceJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of InferRxNorm jobs that you have submitted.
listRxNormInferenceJobs(ListRxNormInferenceJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of InferRxNorm jobs that you have submitted.
listRxNormInferenceJobs(Consumer<ListRxNormInferenceJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of InferRxNorm jobs that you have submitted.
ListRxNormInferenceJobsRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListRxNormInferenceJobsRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ListRxNormInferenceJobsRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
ListRxNormInferenceJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.ListRxNormInferenceJobsRequestMarshaller
 
ListRxNormInferenceJobsResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListRxNormInferenceJobsResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
listSNOMEDCTInferenceJobs(ListSnomedctInferenceJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of InferSNOMEDCT jobs a user has submitted.
listSNOMEDCTInferenceJobs(Consumer<ListSnomedctInferenceJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Gets a list of InferSNOMEDCT jobs a user has submitted.
listSNOMEDCTInferenceJobs(ListSnomedctInferenceJobsRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of InferSNOMEDCT jobs a user has submitted.
listSNOMEDCTInferenceJobs(Consumer<ListSnomedctInferenceJobsRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Gets a list of InferSNOMEDCT jobs a user has submitted.
ListSnomedctInferenceJobsRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListSnomedctInferenceJobsRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
ListSnomedctInferenceJobsRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
ListSnomedctInferenceJobsRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.ListSnomedctInferenceJobsRequestMarshaller
 
ListSnomedctInferenceJobsResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
ListSnomedctInferenceJobsResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
Literal - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Literal(String) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Literal
 
Literal.Visitor<T> - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
loadPartitions() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.DefaultPartitionDataProvider
 
loadPartitions() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionDataProvider
 

M

manifestFilePath(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The path to the file that describes the results of a batch job.
manifestFilePath() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The path to the file that describes the results of a batch job.
marshall(DescribeEntitiesDetectionV2JobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DescribeEntitiesDetectionV2JobRequestMarshaller
 
marshall(DescribeIcd10CmInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DescribeIcd10CmInferenceJobRequestMarshaller
 
marshall(DescribePhiDetectionJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DescribePhiDetectionJobRequestMarshaller
 
marshall(DescribeRxNormInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DescribeRxNormInferenceJobRequestMarshaller
 
marshall(DescribeSnomedctInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DescribeSnomedctInferenceJobRequestMarshaller
 
marshall(DetectEntitiesRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DetectEntitiesRequestMarshaller
 
marshall(DetectEntitiesV2Request) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DetectEntitiesV2RequestMarshaller
 
marshall(DetectPhiRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.DetectPhiRequestMarshaller
 
marshall(InferIcd10CmRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.InferIcd10CmRequestMarshaller
 
marshall(InferRxNormRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.InferRxNormRequestMarshaller
 
marshall(InferSnomedctRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.InferSnomedctRequestMarshaller
 
marshall(ListEntitiesDetectionV2JobsRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.ListEntitiesDetectionV2JobsRequestMarshaller
 
marshall(ListIcd10CmInferenceJobsRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.ListIcd10CmInferenceJobsRequestMarshaller
 
marshall(ListPhiDetectionJobsRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.ListPhiDetectionJobsRequestMarshaller
 
marshall(ListRxNormInferenceJobsRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.ListRxNormInferenceJobsRequestMarshaller
 
marshall(ListSnomedctInferenceJobsRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.ListSnomedctInferenceJobsRequestMarshaller
 
marshall(StartEntitiesDetectionV2JobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StartEntitiesDetectionV2JobRequestMarshaller
 
marshall(StartIcd10CmInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StartIcd10CmInferenceJobRequestMarshaller
 
marshall(StartPhiDetectionJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StartPhiDetectionJobRequestMarshaller
 
marshall(StartRxNormInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StartRxNormInferenceJobRequestMarshaller
 
marshall(StartSnomedctInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StartSnomedctInferenceJobRequestMarshaller
 
marshall(StopEntitiesDetectionV2JobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StopEntitiesDetectionV2JobRequestMarshaller
 
marshall(StopIcd10CmInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StopIcd10CmInferenceJobRequestMarshaller
 
marshall(StopPhiDetectionJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StopPhiDetectionJobRequestMarshaller
 
marshall(StopRxNormInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StopRxNormInferenceJobRequestMarshaller
 
marshall(StopSnomedctInferenceJobRequest) - Method in class software.amazon.awssdk.services.comprehendmedical.transform.StopSnomedctInferenceJobRequestMarshaller
 
maxResults(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest.Builder
The maximum number of results to return in each page.
maxResults() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
The maximum number of results to return in each page.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest.Builder
The maximum number of results to return in each page.
maxResults() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
The maximum number of results to return in each page.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest.Builder
The maximum number of results to return in each page.
maxResults() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
The maximum number of results to return in each page.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest.Builder
Identifies the next page of results to return.
maxResults() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
Identifies the next page of results to return.
maxResults(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest.Builder
The maximum number of results to return in each page.
maxResults() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
The maximum number of results to return in each page.
message() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Deprecated
 
message(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SourceException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
A description of the status of a job.
message() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
A description of the status of a job.
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.Builder
 
message(String) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InternalServerException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException.Builder
 
message(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ValidationException.Builder
 
modelVersion(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The version of the model used to analyze the documents.
modelVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The version of the model used to analyze the documents.
modelVersion(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
The version of the model used to analyze the documents.
modelVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
The version of the model used to analyze the documents.
modelVersion(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
The version of the model used to analyze the documents.
modelVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
The version of the model used to analyze the documents.
modelVersion(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse.Builder
The version of the model used to analyze the documents.
modelVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
The version of the model used to analyze the documents.
modelVersion(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse.Builder
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
modelVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
modelVersion(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse.Builder
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
modelVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
modelVersion(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
modelVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
The version of the model used to analyze the documents, in the format n.n.n You can use this information to track the model used for a particular batch of documents.
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ComprehendMedicalRequestSetEndpointInterceptor
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ComprehendMedicalEndpointAuthSchemeInterceptor
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ComprehendMedicalResolveEndpointInterceptor
 

N

name(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
name(Identifier) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
name(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference.Builder
 
NAME - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
name(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait.Builder
Provides a name or contextual description about the trait.
name(ICD10CMTraitName) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait.Builder
Provides a name or contextual description about the trait.
name() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
Provides a name or contextual description about the trait.
name(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait.Builder
Provides a name or contextual description about the trait.
name(RxNormTraitName) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait.Builder
Provides a name or contextual description about the trait.
name() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
Provides a name or contextual description about the trait.
name(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait.Builder
The name or contextual description of a detected trait.
name(SNOMEDCTTraitName) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait.Builder
The name or contextual description of a detected trait.
name() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
The name or contextual description of a detected trait.
name(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Trait.Builder
Provides a name or contextual description about the trait.
name(AttributeName) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Trait.Builder
Provides a name or contextual description about the trait.
name() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
Provides a name or contextual description about the trait.
nameAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
Provides a name or contextual description about the trait.
nameAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
Provides a name or contextual description about the trait.
nameAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
The name or contextual description of a detected trait.
nameAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
Provides a name or contextual description about the trait.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
Identifies the next page of results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest.Builder
Identifies the next page of InferSNOMEDCT results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
Identifies the next page of InferSNOMEDCT results to return.
nextToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse.Builder
Identifies the next page of results to return.
nextToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
Identifies the next page of results to return.
none() - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
None() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.None
 
NORMALIZED_PATH - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
Not - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Not(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Not
 

O

of(boolean) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
of(int) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
of(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
of(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Key
 
of(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Identifier
 
ofExpr(Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsSet
 
ofExpr(Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Not
 
ofExprs(Expr, Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.BooleanEqualsFn
 
ofExprs(String, Expr...) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
ofExprs(Expr, boolean) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsValidHostLabel
 
ofExprs(Expr, boolean) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.IsVirtualHostableS3Bucket
 
ofExprs(Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Not
 
ofExprs(Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
ofExprs(Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
ofExprs(Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
ofExprs(Expr, Expr) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.StringEqualsFn
 
ofExprs(Expr, int, int, Boolean) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
originalTextCharacters(Integer) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Characters.Builder
The number of characters present in the input text document as processed by Comprehend Medical.
originalTextCharacters() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
The number of characters present in the input text document as processed by Comprehend Medical.
outputDataConfig(OutputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The output data configuration that you supplied when you created the detection job.
outputDataConfig(Consumer<OutputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The output data configuration that you supplied when you created the detection job.
outputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The output data configuration that you supplied when you created the detection job.
OutputDataConfig - Class in software.amazon.awssdk.services.comprehendmedical.model
The output properties for a detection job.
outputDataConfig(OutputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The output configuration that specifies where to send the output files.
outputDataConfig(Consumer<OutputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
The output configuration that specifies where to send the output files.
outputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
The output configuration that specifies where to send the output files.
outputDataConfig(OutputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
Specifies where to send the output files.
outputDataConfig(Consumer<OutputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
Specifies where to send the output files.
outputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
Specifies where to send the output files.
outputDataConfig(OutputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
Specifies where to send the output files.
outputDataConfig(Consumer<OutputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
Specifies where to send the output files.
outputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
Specifies where to send the output files.
outputDataConfig(OutputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
Specifies where to send the output files.
outputDataConfig(Consumer<OutputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
Specifies where to send the output files.
outputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
Specifies where to send the output files.
outputDataConfig(OutputDataConfig) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
Sets the value of the OutputDataConfig property for this object.
outputDataConfig(Consumer<OutputDataConfig.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
Sets the value of the OutputDataConfig property for this object.
outputDataConfig() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
Returns the value of the OutputDataConfig property for this object.
OutputDataConfig.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
Outputs - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
outputs(Outputs) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition.Builder
 
outputs() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
Outputs.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
overrideConfiguration(ClientOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalServiceClientConfiguration.Builder
Configure the client override configuration
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest.Builder
 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest.Builder
 

P

paginationToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
If the result of the previous request to DetectEntities was truncated, include the PaginationToken to fetch the next page of entities.
paginationToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
If the result of the previous request to DetectEntities was truncated, include the PaginationToken to fetch the next page of entities.
paginationToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
If the result to the DetectEntitiesV2 operation was truncated, include the PaginationToken to fetch the next page of entities.
paginationToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
If the result to the DetectEntitiesV2 operation was truncated, include the PaginationToken to fetch the next page of entities.
paginationToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse.Builder
If the result of the previous request to DetectPHI was truncated, include the PaginationToken to fetch the next page of PHI entities.
paginationToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
If the result of the previous request to DetectPHI was truncated, include the PaginationToken to fetch the next page of PHI entities.
paginationToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse.Builder
If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.
paginationToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
If the result of the previous request to InferICD10CM was truncated, include the PaginationToken to fetch the next page of medical condition entities.
paginationToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse.Builder
If the result of the previous request to InferRxNorm was truncated, include the PaginationToken to fetch the next page of medication entities.
paginationToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
If the result of the previous request to InferRxNorm was truncated, include the PaginationToken to fetch the next page of medication entities.
paginationToken(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.
paginationToken() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
If the result of the request is truncated, the pagination token can be used to fetch the next page of entities.
Parameter - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Parameter(Parameter.Builder) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
Parameter.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Parameter.Deprecated - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ParameterReference - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ParameterReference.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
parameters(Parameters) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset.Builder
 
Parameters - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Parameters.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ParameterType - Enum in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
parse(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
parse(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Dynamic
 
ParseArn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
ParseArn(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
parseShortform(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
Parse a value from a "short form" used within a template
ParseUrl - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
Function to parse a URI from a string.
ParseUrl(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
Part() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Part
 
partition() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
PARTITION - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
Partition - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Partition.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
PartitionDataProvider - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
PartitionFn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
PartitionFn(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
Partitions - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
partitions(List<Partition>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions.Builder
 
partitions() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions
 
Partitions.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
path(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Builder
 
path() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
PATH - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
pop() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
properties(Map<String, Value>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint.Builder
 
property(String, Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint.Builder
 
push() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
putRegion(String, RegionOverride) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition.Builder
 

R

ref(Identifier) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
Ref - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
A reference to a field.
Ref(Identifier) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
region(Region) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalServiceClientConfiguration.Builder
Configure the region
region(Region) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams.Builder
 
region() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams
 
region() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
REGION - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
regionBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
 
RegionOverride - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
RegionOverride.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
regionRegex(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition.Builder
 
regionRegex() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
regions(Map<String, RegionOverride>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition.Builder
 
regions() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partition
 
relationshipScore(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The level of confidence that Comprehend Medical; has that this attribute is correctly related to this entity.
relationshipScore() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical; has that this attribute is correctly related to this entity.
relationshipScore(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.
relationshipScore() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The level of confidence that Amazon Comprehend Medical has that this attribute is correctly related to this entity.
relationshipScore(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.
relationshipScore() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The level of confidence that Amazon Comprehend Medical has that the attribute is accurately linked to an entity.
relationshipScore(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
relationshipScore() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The level of confidence that Comprehend Medical has that this attribute is correctly related to this entity.
relationshipType(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The type of relationship between the entity and attribute.
relationshipType(RelationshipType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The type of relationship between the entity and attribute.
relationshipType() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The type of relationship between the entity and attribute.
relationshipType(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The type of relationship between the entity and attribute.
relationshipType(ICD10CMRelationshipType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The type of relationship between the entity and attribute.
relationshipType() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The type of relationship between the entity and attribute.
RelationshipType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
relationshipType(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The type of relationship that exists between the entity and the related attribute.
relationshipType(SNOMEDCTRelationshipType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The type of relationship that exists between the entity and the related attribute.
relationshipType() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The type of relationship that exists between the entity and the related attribute.
relationshipTypeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The type of relationship between the entity and attribute.
relationshipTypeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The type of relationship between the entity and attribute.
relationshipTypeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The type of relationship that exists between the entity and the related attribute.
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.Builder
 
requestId(String) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InternalServerException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException.Builder
 
requestId(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ValidationException.Builder
 
required(boolean) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
resolveEndpoint(ComprehendMedicalEndpointParams) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointProvider
Compute the endpoint based on the given set of parameters.
resolveEndpoint(Consumer<ComprehendMedicalEndpointParams.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointProvider
Compute the endpoint based on the given set of parameters.
resolveEndpoint(ComprehendMedicalEndpointParams) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.DefaultComprehendMedicalEndpointProvider
 
resource() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
ResourceNotFoundException - Exception in software.amazon.awssdk.services.comprehendmedical.model
The resource identified by the specified Amazon Resource Name (ARN) was not found.
ResourceNotFoundException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
responseMetadata() - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.Builder
 
responseMetadata() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.BuilderImpl
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalResponse
 
result(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition.Builder
 
reverse() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
Rule - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Rule(Rule.Builder) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
Rule.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
RuleEngine - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
RuleError - Exception in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
RuleError(RuleError.BuilderImpl) - Constructor for exception software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleError
 
RuleError.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
RuleEvaluator - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
RuleEvaluator() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
RULES - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
RuleValueVisitor<R> - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
Visitor for the right-hand side of rules (tree, error, endpoint)
RxNormAttribute - Class in software.amazon.awssdk.services.comprehendmedical.model
The extracted attributes that relate to this entity.
RxNormAttribute.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
RxNormAttributeType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
RxNormConcept - Class in software.amazon.awssdk.services.comprehendmedical.model
The RxNorm concept that the entity could refer to, along with a score indicating the likelihood of the match.
RxNormConcept.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
rxNormConcepts(Collection<RxNormConcept>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
rxNormConcepts(RxNormConcept...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
rxNormConcepts(Consumer<RxNormConcept.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
rxNormConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The RxNorm concepts that the entity could refer to, along with a score indicating the likelihood of the match.
RxNormEntity - Class in software.amazon.awssdk.services.comprehendmedical.model
The collection of medical entities extracted from the input text and their associated information.
RxNormEntity.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
RxNormEntityCategory - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
RxNormEntityType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
RxNormTrait - Class in software.amazon.awssdk.services.comprehendmedical.model
The contextual information for the entity.
RxNormTrait.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
RxNormTraitName - Enum in software.amazon.awssdk.services.comprehendmedical.model
 

S

s3Bucket(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig.Builder
The URI of the S3 bucket that contains the input data.
s3Bucket() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
The URI of the S3 bucket that contains the input data.
s3Bucket(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig.Builder
When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.
s3Bucket() - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
When you use the OutputDataConfig object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data.
s3Key(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig.Builder
The path to the input data files in the S3 bucket.
s3Key() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
The path to the input data files in the S3 bucket.
s3Key(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig.Builder
The path to the output data files in the S3 bucket.
s3Key() - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
The path to the output data files in the S3 bucket.
SCHEME - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseUrl
 
Scope<T> - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Scope() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as an attribute.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as an attribute.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The level of confidence that Comprehend Medical; has in the accuracy of the detection.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The level of confidence that Comprehend Medical; has in the accuracy of the detection.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The level of confidence that Amazon Comprehend Medical has that the segment of text is correctly recognized as an attribute.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept.Builder
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to an ICD-10-CM concept.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detection.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait.Builder
The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as a trait.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
The level of confidence that Comprehend Medical; has that the segment of text is correctly recognized as a trait.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept.Builder
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
The level of confidence that Amazon Comprehend Medical has that the entity is accurately linked to the reported RxNorm concept.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected entity.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait.Builder
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
The level of confidence that Amazon Comprehend Medical has in the accuracy of the detected trait.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The level of confidence that Comprehend Medical has that the segment of text is correctly recognized as an attribute.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept.Builder
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
The level of confidence Comprehend Medical has that the entity should be linked to the identified SNOMED-CT concept.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The level of confidence that Comprehend Medical has in the accuracy of the detected entity.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The level of confidence that Comprehend Medical has in the accuracy of the detected entity.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait.Builder
The level of confidence that Comprehend Medical has in the accuracy of a detected trait.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
The level of confidence that Comprehend Medical has in the accuracy of a detected trait.
score(Float) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Trait.Builder
The level of confidence that Comprehend Medical; has in the accuracy of this trait.
score() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
The level of confidence that Comprehend Medical; has in the accuracy of this trait.
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.InternalServerException
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
sdkFields() - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
sdkFields() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.ValidationException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.InternalServerException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
serializableBuilderClass() - Static method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.services.comprehendmedical.model.ValidationException
 
service() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
SERVICE - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParseArn
 
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_METADATA_ID - Static variable in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Value for looking up the service's metadata from the ServiceMetadataProvider.
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
 
SERVICE_NAME - Static variable in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
 
serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
 
serviceClientConfiguration() - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
 
serviceId(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset.Builder
 
serviceMetadata() - Static method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
 
ServiceUnavailableException - Exception in software.amazon.awssdk.services.comprehendmedical.model
The Comprehend Medical; service is temporarily unavailable.
ServiceUnavailableException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
setSigningParams(ExecutionAttributes, EndpointAuthScheme) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AuthSchemeUtils
 
setUri(SdkHttpRequest, URI, URI) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
This sets the request URI to the resolved URI returned by the endpoint provider.
since() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Deprecated
 
SingleArgFn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
SingleArgFn(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SingleArgFn
 
size() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Array
 
SNOMEDCTAttribute - Class in software.amazon.awssdk.services.comprehendmedical.model
The extracted attributes that relate to an entity.
SNOMEDCTAttribute.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTAttributeType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTConcept - Class in software.amazon.awssdk.services.comprehendmedical.model
The SNOMED-CT concepts that the entity could refer to, along with a score indicating the likelihood of the match.
SNOMEDCTConcept.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
snomedctConcepts(Collection<SNOMEDCTConcept>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
snomedctConcepts(SNOMEDCTConcept...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
snomedctConcepts(Consumer<SNOMEDCTConcept.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
snomedctConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The SNOMED-CT concepts specific to an attribute, along with a score indicating the likelihood of the match.
snomedctConcepts(Collection<SNOMEDCTConcept>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
snomedctConcepts(SNOMEDCTConcept...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
snomedctConcepts(Consumer<SNOMEDCTConcept.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
snomedctConcepts() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The SNOMED concepts that the entity could refer to, along with a score indicating the likelihood of the match.
snomedctDetails(SNOMEDCTDetails) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The details of the SNOMED-CT revision, including the edition, language, and version date.
snomedctDetails(Consumer<SNOMEDCTDetails.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse.Builder
The details of the SNOMED-CT revision, including the edition, language, and version date.
snomedctDetails() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
The details of the SNOMED-CT revision, including the edition, language, and version date.
SNOMEDCTDetails - Class in software.amazon.awssdk.services.comprehendmedical.model
The information about the revision of the SNOMED-CT ontology in the response.
SNOMEDCTDetails.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTEntity - Class in software.amazon.awssdk.services.comprehendmedical.model
The collection of medical entities extracted from the input text and their associated information.
SNOMEDCTEntity.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTEntityCategory - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTEntityType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTRelationshipType - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTTrait - Class in software.amazon.awssdk.services.comprehendmedical.model
Contextual information for an entity.
SNOMEDCTTrait.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
SNOMEDCTTraitName - Enum in software.amazon.awssdk.services.comprehendmedical.model
 
software.amazon.awssdk.services.comprehendmedical - package software.amazon.awssdk.services.comprehendmedical
Comprehend Medical; extracts structured information from unstructured clinical text.
software.amazon.awssdk.services.comprehendmedical.endpoints - package software.amazon.awssdk.services.comprehendmedical.endpoints
 
software.amazon.awssdk.services.comprehendmedical.endpoints.internal - package software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
software.amazon.awssdk.services.comprehendmedical.internal - package software.amazon.awssdk.services.comprehendmedical.internal
 
software.amazon.awssdk.services.comprehendmedical.model - package software.amazon.awssdk.services.comprehendmedical.model
 
software.amazon.awssdk.services.comprehendmedical.transform - package software.amazon.awssdk.services.comprehendmedical.transform
 
SourceException - Exception in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
SourceException.BuilderImpl - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous medical entity detection job for a collection of documents.
startEntitiesDetectionV2Job(Consumer<StartEntitiesDetectionV2JobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous medical entity detection job for a collection of documents.
startEntitiesDetectionV2Job(StartEntitiesDetectionV2JobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous medical entity detection job for a collection of documents.
startEntitiesDetectionV2Job(Consumer<StartEntitiesDetectionV2JobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous medical entity detection job for a collection of documents.
StartEntitiesDetectionV2JobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartEntitiesDetectionV2JobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StartEntitiesDetectionV2JobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StartEntitiesDetectionV2JobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StartEntitiesDetectionV2JobRequestMarshaller
 
StartEntitiesDetectionV2JobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartEntitiesDetectionV2JobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
startICD10CMInferenceJob(StartIcd10CmInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
startICD10CMInferenceJob(Consumer<StartIcd10CmInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
startICD10CMInferenceJob(StartIcd10CmInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
startICD10CMInferenceJob(Consumer<StartIcd10CmInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect medical conditions and link them to the ICD-10-CM ontology.
StartIcd10CmInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartIcd10CmInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StartIcd10CmInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StartIcd10CmInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StartIcd10CmInferenceJobRequestMarshaller
 
StartIcd10CmInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartIcd10CmInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
startIndex() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
startMultipartTemplate() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TemplateVisitor
Invoked prior to visiting a multipart template like `https://{Region}.{dnsSuffix}`.
startPHIDetectionJob(StartPhiDetectionJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect protected health information (PHI).
startPHIDetectionJob(Consumer<StartPhiDetectionJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect protected health information (PHI).
startPHIDetectionJob(StartPhiDetectionJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect protected health information (PHI).
startPHIDetectionJob(Consumer<StartPhiDetectionJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect protected health information (PHI).
StartPhiDetectionJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartPhiDetectionJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StartPhiDetectionJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StartPhiDetectionJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StartPhiDetectionJobRequestMarshaller
 
StartPhiDetectionJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartPhiDetectionJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
startRxNormInferenceJob(StartRxNormInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
startRxNormInferenceJob(Consumer<StartRxNormInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
startRxNormInferenceJob(StartRxNormInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
startRxNormInferenceJob(Consumer<StartRxNormInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect medication entities and link them to the RxNorm ontology.
StartRxNormInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartRxNormInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StartRxNormInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StartRxNormInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StartRxNormInferenceJobRequestMarshaller
 
StartRxNormInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartRxNormInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
startSNOMEDCTInferenceJob(StartSnomedctInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
startSNOMEDCTInferenceJob(Consumer<StartSnomedctInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
startSNOMEDCTInferenceJob(StartSnomedctInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
startSNOMEDCTInferenceJob(Consumer<StartSnomedctInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Starts an asynchronous job to detect medical concepts and link them to the SNOMED-CT ontology.
StartSnomedctInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartSnomedctInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StartSnomedctInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StartSnomedctInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StartSnomedctInferenceJobRequestMarshaller
 
StartSnomedctInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StartSnomedctInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.Builder
 
statusCode(int) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InternalServerException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException.Builder
 
statusCode(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ValidationException.Builder
 
stopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops a medical entities detection job in progress.
stopEntitiesDetectionV2Job(Consumer<StopEntitiesDetectionV2JobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops a medical entities detection job in progress.
stopEntitiesDetectionV2Job(StopEntitiesDetectionV2JobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops a medical entities detection job in progress.
stopEntitiesDetectionV2Job(Consumer<StopEntitiesDetectionV2JobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops a medical entities detection job in progress.
StopEntitiesDetectionV2JobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopEntitiesDetectionV2JobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StopEntitiesDetectionV2JobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StopEntitiesDetectionV2JobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StopEntitiesDetectionV2JobRequestMarshaller
 
StopEntitiesDetectionV2JobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopEntitiesDetectionV2JobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
stopICD10CMInferenceJob(StopIcd10CmInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops an InferICD10CM inference job in progress.
stopICD10CMInferenceJob(Consumer<StopIcd10CmInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops an InferICD10CM inference job in progress.
stopICD10CMInferenceJob(StopIcd10CmInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops an InferICD10CM inference job in progress.
stopICD10CMInferenceJob(Consumer<StopIcd10CmInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops an InferICD10CM inference job in progress.
StopIcd10CmInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopIcd10CmInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StopIcd10CmInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StopIcd10CmInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StopIcd10CmInferenceJobRequestMarshaller
 
StopIcd10CmInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopIcd10CmInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
stopIndex() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
stopPHIDetectionJob(StopPhiDetectionJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops a protected health information (PHI) detection job in progress.
stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops a protected health information (PHI) detection job in progress.
stopPHIDetectionJob(StopPhiDetectionJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops a protected health information (PHI) detection job in progress.
stopPHIDetectionJob(Consumer<StopPhiDetectionJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops a protected health information (PHI) detection job in progress.
StopPhiDetectionJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopPhiDetectionJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StopPhiDetectionJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StopPhiDetectionJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StopPhiDetectionJobRequestMarshaller
 
StopPhiDetectionJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopPhiDetectionJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
stopRxNormInferenceJob(StopRxNormInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops an InferRxNorm inference job in progress.
stopRxNormInferenceJob(Consumer<StopRxNormInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops an InferRxNorm inference job in progress.
stopRxNormInferenceJob(StopRxNormInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops an InferRxNorm inference job in progress.
stopRxNormInferenceJob(Consumer<StopRxNormInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops an InferRxNorm inference job in progress.
StopRxNormInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopRxNormInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StopRxNormInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StopRxNormInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StopRxNormInferenceJobRequestMarshaller
 
StopRxNormInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopRxNormInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
stopSNOMEDCTInferenceJob(StopSnomedctInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops an InferSNOMEDCT inference job in progress.
stopSNOMEDCTInferenceJob(Consumer<StopSnomedctInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalAsyncClient
Stops an InferSNOMEDCT inference job in progress.
stopSNOMEDCTInferenceJob(StopSnomedctInferenceJobRequest) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops an InferSNOMEDCT inference job in progress.
stopSNOMEDCTInferenceJob(Consumer<StopSnomedctInferenceJobRequest.Builder>) - Method in interface software.amazon.awssdk.services.comprehendmedical.ComprehendMedicalClient
Stops an InferSNOMEDCT inference job in progress.
StopSnomedctInferenceJobRequest - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopSnomedctInferenceJobRequest.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StopSnomedctInferenceJobRequestMarshaller - Class in software.amazon.awssdk.services.comprehendmedical.transform
StopSnomedctInferenceJobRequestMarshaller(BaseAwsJsonProtocolFactory) - Constructor for class software.amazon.awssdk.services.comprehendmedical.transform.StopSnomedctInferenceJobRequestMarshaller
 
StopSnomedctInferenceJobResponse - Class in software.amazon.awssdk.services.comprehendmedical.model
 
StopSnomedctInferenceJobResponse.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
StringEqualsFn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
StringEqualsFn(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.StringEqualsFn
 
stringToParse() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
submitTime(Instant) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties.Builder
The time that the detection job was submitted for processing.
submitTime() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
The time that the detection job was submitted for processing.
submitTimeAfter(Instant) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter.Builder
Filters the list of jobs based on the time that the job was submitted for processing.
submitTimeAfter() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
submitTimeBefore(Instant) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter.Builder
Filters the list of jobs based on the time that the job was submitted for processing.
submitTimeBefore() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
Filters the list of jobs based on the time that the job was submitted for processing.
Substring - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Substring(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
SUBSTRING - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Substring
 
SUPPORTS_DUAL_STACK - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
SUPPORTS_FIPS - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.PartitionFn
 
supportsDualStack(boolean) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs.Builder
 
supportsDualStack() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
supportsFips(boolean) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs.Builder
 
supportsFips() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 

T

target(Expr) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Builder
 
target() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
target() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Not
 
target() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SingleArgFn
 
template() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Expr
 
template() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
template() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
template() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
Template - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
Template represents a "Template Literal".
Template.Dynamic - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Template.Literal - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Template.Part - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
TemplateVisitor<T> - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
For code generating from a template, use a `TemplateVisitor`.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The segment of input text extracted as this attribute.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The segment of input text extracted as this attribute.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest.Builder
A UTF-8 text string containing the clinical content being examined for entities.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
A UTF-8 text string containing the clinical content being examined for entities.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request.Builder
A UTF-8 string containing the clinical content being examined for entities.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
A UTF-8 string containing the clinical content being examined for entities.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest.Builder
A UTF-8 text string containing the clinical content being examined for PHI entities.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
A UTF-8 text string containing the clinical content being examined for PHI entities.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
The segment of input text extracted as this entity.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
The segment of input text extracted as this entity.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The segment of input text which contains the detected attribute.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The segment of input text which contains the detected attribute.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
The segment of input text that is matched to the detected entity.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
The segment of input text that is matched to the detected entity.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest.Builder
The input text used for analysis.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
The input text used for analysis.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest.Builder
The input text used for analysis.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
The input text used for analysis.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest.Builder
The input text to be analyzed using InferSNOMEDCT.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
The input text to be analyzed using InferSNOMEDCT.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The segment of input text which corresponds to the detected attribute.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The segment of input text which corresponds to the detected attribute.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
The segment of input text extracted from which the entity was detected.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
The segment of input text extracted from which the entity was detected.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The segment of input text extracted as this attribute.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The segment of input text extracted as this attribute.
text(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
The segment of input text extracted as this entity.
text() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
The segment of input text extracted as this entity.
TextSizeLimitExceededException - Exception in software.amazon.awssdk.services.comprehendmedical.model
The size of the text you submitted exceeds the size limit.
TextSizeLimitExceededException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.InternalServerException
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
 
toBuilder() - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
 
toBuilder() - Method in exception software.amazon.awssdk.services.comprehendmedical.model.ValidationException
 
toList() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters
 
TooManyRequestsException - Exception in software.amazon.awssdk.services.comprehendmedical.model
You have made too many requests within a short period of time.
TooManyRequestsException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
toParameterReference() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
toParameterReference() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
ToParameterReference - Interface in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
toParameterReference() - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ToParameterReference
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Arn
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Condition
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRule
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ErrorRule
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FatScope
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Fn
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Index
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr.Part.Key
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.GetAttr
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Identifier
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Outputs
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Deprecated
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterReference
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameters
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Ref
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Scope
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Dynamic
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Literal
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TreeRule
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Array
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Record
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Str
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.AttributeName
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Characters
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobFilter
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalAsyncJobProperties
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeEntitiesDetectionV2JobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeIcd10CmInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribePhiDetectionJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeRxNormInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DescribeSnomedctInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Request
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectPhiResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.EntitySubType
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.EntityType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttributeType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMConcept
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityCategory
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityType
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMRelationshipType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTrait
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTraitName
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferIcd10CmResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferRxNormResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InferSnomedctResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.InputDataConfig
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.JobStatus
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.LanguageCode
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListEntitiesDetectionV2JobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListIcd10CmInferenceJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListPhiDetectionJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListRxNormInferenceJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ListSnomedctInferenceJobsResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.OutputDataConfig
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.RelationshipType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormAttributeType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormConcept
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityCategory
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormTrait
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormTraitName
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttributeType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTConcept
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityCategory
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityType
 
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTRelationshipType
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTrait
Returns a string representation of this object.
toString() - Method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTraitName
 
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartEntitiesDetectionV2JobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartIcd10CmInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartPhiDetectionJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartRxNormInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StartSnomedctInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopEntitiesDetectionV2JobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopIcd10CmInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopPhiDetectionJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopRxNormInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobRequest
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.StopSnomedctInferenceJobResponse
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Trait
Returns a string representation of this object.
toString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
Returns a string representation of this object.
Trait - Class in software.amazon.awssdk.services.comprehendmedical.model
Provides contextual information about the extracted entity.
Trait.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
traits(Collection<Trait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
Contextual information for this attribute.
traits(Trait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
Contextual information for this attribute.
traits(Consumer<Trait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
Contextual information for this attribute.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
Contextual information for this attribute.
traits(Collection<Trait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
Contextual information for the entity.
traits(Trait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
Contextual information for the entity.
traits(Consumer<Trait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
Contextual information for the entity.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
Contextual information for the entity.
traits(Collection<ICD10CMTrait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The contextual information for the attribute.
traits(ICD10CMTrait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The contextual information for the attribute.
traits(Consumer<ICD10CMTrait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The contextual information for the attribute.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The contextual information for the attribute.
traits(Collection<ICD10CMTrait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
Provides Contextual information for the entity.
traits(ICD10CMTrait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
Provides Contextual information for the entity.
traits(Consumer<ICD10CMTrait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
Provides Contextual information for the entity.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
Provides Contextual information for the entity.
traits(Collection<RxNormTrait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
Contextual information for the attribute.
traits(RxNormTrait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
Contextual information for the attribute.
traits(Consumer<RxNormTrait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
Contextual information for the attribute.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
Contextual information for the attribute.
traits(Collection<RxNormTrait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
Contextual information for the entity.
traits(RxNormTrait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
Contextual information for the entity.
traits(Consumer<RxNormTrait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
Contextual information for the entity.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
Contextual information for the entity.
traits(Collection<SNOMEDCTTrait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
Contextual information for an attribute.
traits(SNOMEDCTTrait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
Contextual information for an attribute.
traits(Consumer<SNOMEDCTTrait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
Contextual information for an attribute.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
Contextual information for an attribute.
traits(Collection<SNOMEDCTTrait>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
Contextual information for the entity.
traits(SNOMEDCTTrait...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
Contextual information for the entity.
traits(Consumer<SNOMEDCTTrait.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
Contextual information for the entity.
traits() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
Contextual information for the entity.
TREE - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
treeRule(List<Rule>) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule.Builder
 
TreeRule - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
TreeRule(Rule.Builder, List<Rule>) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TreeRule
 
type(ParameterType) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
TYPE - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter
 
TYPE - Static variable in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Rule
 
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The type of attribute.
type(EntitySubType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Attribute.Builder
The type of attribute.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The type of attribute.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
Describes the specific type of entity with category of entities.
type(EntitySubType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.Entity.Builder
Describes the specific type of entity with category of entities.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
Describes the specific type of entity with category of entities.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The type of attribute.
type(ICD10CMAttributeType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute.Builder
The type of attribute.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The type of attribute.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
Describes the specific type of entity with category of entities.
type(ICD10CMEntityType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity.Builder
Describes the specific type of entity with category of entities.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
Describes the specific type of entity with category of entities.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The type of attribute.
type(RxNormAttributeType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute.Builder
The type of attribute.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The type of attribute.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
Describes the specific type of entity.
type(RxNormEntityType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity.Builder
Describes the specific type of entity.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
Describes the specific type of entity.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The type of attribute.
type(SNOMEDCTAttributeType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute.Builder
The type of attribute.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The type of attribute.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
Describes the specific type of entity with category of entities.
type(SNOMEDCTEntityType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity.Builder
Describes the specific type of entity with category of entities.
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
Describes the specific type of entity with category of entities.
type(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute.Builder
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
type(EntityType) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute.Builder
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
type() - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Attribute
The type of attribute.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.Entity
Describes the specific type of entity with category of entities.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttribute
The type of attribute.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntity
Describes the specific type of entity with category of entities.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormAttribute
The type of attribute.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.RxNormEntity
Describes the specific type of entity.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttribute
The type of attribute.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntity
Describes the specific type of entity with category of entities.
typeAsString() - Method in class software.amazon.awssdk.services.comprehendmedical.model.UnmappedAttribute
The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".
types() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FatScope
 

U

unescape(String) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Template.Literal
 
UnmappedAttribute - Class in software.amazon.awssdk.services.comprehendmedical.model
An attribute that was extracted, but Comprehend Medical; was unable to relate to an entity.
UnmappedAttribute.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
unmappedAttributes(Collection<UnmappedAttribute>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
Attributes extracted from the input text that we were unable to relate to an entity.
unmappedAttributes(UnmappedAttribute...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
Attributes extracted from the input text that we were unable to relate to an entity.
unmappedAttributes(Consumer<UnmappedAttribute.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse.Builder
Attributes extracted from the input text that we were unable to relate to an entity.
unmappedAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesResponse
Attributes extracted from the input text that we were unable to relate to an entity.
unmappedAttributes(Collection<UnmappedAttribute>) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
Attributes extracted from the input text that couldn't be related to an entity.
unmappedAttributes(UnmappedAttribute...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
Attributes extracted from the input text that couldn't be related to an entity.
unmappedAttributes(Consumer<UnmappedAttribute.Builder>...) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response.Builder
Attributes extracted from the input text that couldn't be related to an entity.
unmappedAttributes() - Method in class software.amazon.awssdk.services.comprehendmedical.model.DetectEntitiesV2Response
Attributes extracted from the input text that couldn't be related to an entity.
UriEncodeFn - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
UriEncodeFn(FnNode) - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.UriEncodeFn
 
url(Expr) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointResult.Builder
 
url(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value.Endpoint.Builder
 
useDualStack(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams.Builder
 
useDualStack() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams
 
useFips(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams.Builder
 
useFips() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.ComprehendMedicalEndpointParams
 
useGlobalEndpointBuiltIn(ExecutionAttributes) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
 

V

validate() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnNode
 
ValidationException - Exception in software.amazon.awssdk.services.comprehendmedical.model
The filter that you specified for the operation is invalid.
ValidationException.Builder - Interface in software.amazon.awssdk.services.comprehendmedical.model
 
value(Value) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Parameter.Builder
 
Value - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
Base class for the types of values computable by the RuleEngine.
Value() - Constructor for class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Value
 
Value.Array - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
An array value.
Value.Bool - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
A boolean value.
Value.Endpoint - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Value.Endpoint.Builder - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Value.Int - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
An integer value.
Value.None - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
 
Value.Record - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
A record (map) value.
Value.Str - Class in software.amazon.awssdk.services.comprehendmedical.endpoints.internal
A string value.
valueAsEndpointOrThrow(Value) - Static method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.AwsEndpointProviderUtils
 
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.AttributeName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntitySubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMRelationshipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTraitName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.JobStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.LanguageCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RelationshipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormTraitName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTRelationshipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTraitName
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.AttributeName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntitySubType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMRelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.ICD10CMTraitName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.JobStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.LanguageCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.RxNormTraitName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTRelationshipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTTraitName
Returns an array containing the constants of this enum type, in the order they are declared.
version(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset.Builder
 
version(String) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions.Builder
 
version() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Partitions
 
versionDate(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails.Builder
The version date of the SNOMED-CT ontology used.
versionDate() - Method in class software.amazon.awssdk.services.comprehendmedical.model.SNOMEDCTDetails
The version date of the SNOMED-CT ontology used.
visitBool(boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal.Visitor
 
visitBoolEquals(BooleanEqualsFn) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitBoolEquals(BooleanEqualsFn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitDynamicElement(Expr) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TemplateVisitor
Visit a dynamic element within a multipart template.
visitEndpointRule(EndpointResult) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleValueVisitor
 
visitErrorRule(Expr) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleValueVisitor
 
visitFn(Fn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor.Default
 
visitFn(Fn) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor
 
visitFn(Fn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitGetAttr(GetAttr) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitGetAttr(GetAttr) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitInt(int) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal.Visitor
 
visitIsSet(IsSet) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitIsSet(IsSet) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitIsValidHostLabel(IsValidHostLabel) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitIsValidHostLabel(IsValidHostLabel) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitIsVirtualHostLabelsS3Bucket(IsVirtualHostableS3Bucket) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitLiteral(Literal) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor.Default
 
visitLiteral(Literal) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor
 
visitLiteral(Literal) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitNot(Not) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitNot(Not) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitObject(Map<Identifier, Literal>) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal.Visitor
 
visitParseArn(ParseArn) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitParseArn(ParseArn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitParseUrl(ParseUrl) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitParseUrl(ParseUrl) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitPartition(PartitionFn) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitPartition(PartitionFn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitRef(Ref) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor.Default
 
visitRef(Ref) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.ExprVisitor
 
visitRef(Ref) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitSingleDynamicTemplate(Expr) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TemplateVisitor
The template contains a single dynamic element, eg.
visitStaticElement(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TemplateVisitor
Visit a static element within a multipart template.
visitStaticTemplate(String) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.TemplateVisitor
The template contains a single static string, eg.
visitStr(Template) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal.Visitor
 
visitStringEquals(StringEqualsFn) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitStringEquals(StringEqualsFn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitSubstring(Substring) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitSubstring(Substring) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 
visitTreeRule(List<Rule>) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleValueVisitor
 
visitTuple(List<Literal>) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.Literal.Visitor
 
visitUriEncode(UriEncodeFn) - Method in interface software.amazon.awssdk.services.comprehendmedical.endpoints.internal.FnVisitor
 
visitUriEncode(UriEncodeFn) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.RuleEvaluator
 

W

withDefaultVersion() - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.EndpointRuleset.Builder
 
writableStackTrace(Boolean) - Method in class software.amazon.awssdk.services.comprehendmedical.endpoints.internal.SourceException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.Builder
 
writableStackTrace(Boolean) - Method in class software.amazon.awssdk.services.comprehendmedical.model.ComprehendMedicalException.BuilderImpl
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InternalServerException.Builder
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidEncodingException.Builder
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.InvalidRequestException.Builder
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ResourceNotFoundException.Builder
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ServiceUnavailableException.Builder
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TextSizeLimitExceededException.Builder
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.TooManyRequestsException.Builder
 
writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.services.comprehendmedical.model.ValidationException.Builder
 
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.