Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.TargetStore
-
Packages that use TargetStore Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of TargetStore in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return TargetStore Modifier and Type Method Description static TargetStoreTargetStore. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TargetStoreTargetStore. valueOf(String name)Returns the enum constant of this type with the specified name.static TargetStore[]TargetStore. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type TargetStore Modifier and Type Method Description static Set<TargetStore>TargetStore. knownValues()List<TargetStore>DeleteRecordRequest. targetStores()A list of stores from which you're deleting the record.List<TargetStore>PutRecordRequest. targetStores()A list of stores to which you're adding the record.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with parameters of type TargetStore Modifier and Type Method Description DeleteRecordRequest.BuilderDeleteRecordRequest.Builder. targetStores(TargetStore... targetStores)A list of stores from which you're deleting the record.PutRecordRequest.BuilderPutRecordRequest.Builder. targetStores(TargetStore... targetStores)A list of stores to which you're adding the record.Method parameters in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with type arguments of type TargetStore Modifier and Type Method Description DeleteRecordRequest.BuilderDeleteRecordRequest.Builder. targetStores(Collection<TargetStore> targetStores)A list of stores from which you're deleting the record.PutRecordRequest.BuilderPutRecordRequest.Builder. targetStores(Collection<TargetStore> targetStores)A list of stores to which you're adding the record.
-