Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.model.DescribeSlotTypeRequest.Builder
-
Packages that use DescribeSlotTypeRequest.Builder Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DescribeSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelsv2
Method parameters in software.amazon.awssdk.services.lexmodelsv2 with type arguments of type DescribeSlotTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeSlotTypeResponse>LexModelsV2AsyncClient. describeSlotType(Consumer<DescribeSlotTypeRequest.Builder> describeSlotTypeRequest)Gets metadata information about a slot type.default DescribeSlotTypeResponseLexModelsV2Client. describeSlotType(Consumer<DescribeSlotTypeRequest.Builder> describeSlotTypeRequest)Gets metadata information about a slot type. -
Uses of DescribeSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DescribeSlotTypeRequest.Builder Modifier and Type Method Description DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest.Builder. botId(String botId)The identifier of the bot associated with the slot type.DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest.Builder. botVersion(String botVersion)The version of the bot associated with the slot type.static DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest. builder()DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest.Builder. localeId(String localeId)The identifier of the language and locale of the slot type to describe.DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest.Builder. slotTypeId(String slotTypeId)The identifier of the slot type.DescribeSlotTypeRequest.BuilderDescribeSlotTypeRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type DescribeSlotTypeRequest.Builder Modifier and Type Method Description static Class<? extends DescribeSlotTypeRequest.Builder>DescribeSlotTypeRequest. serializableBuilderClass()
-