Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DescribeSlotTypeResponse
-
Packages that use DescribeSlotTypeResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of DescribeSlotTypeResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return DescribeSlotTypeResponse Modifier and Type Method Description default DescribeSlotTypeResponseLexModelsV2Client. describeSlotType(Consumer<DescribeSlotTypeRequest.Builder> describeSlotTypeRequest)Gets metadata information about a slot type.default DescribeSlotTypeResponseLexModelsV2Client. describeSlotType(DescribeSlotTypeRequest describeSlotTypeRequest)Gets metadata information about a slot type.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type DescribeSlotTypeResponse Modifier and Type Method Description default CompletableFuture<DescribeSlotTypeResponse>LexModelsV2AsyncClient. describeSlotType(Consumer<DescribeSlotTypeRequest.Builder> describeSlotTypeRequest)Gets metadata information about a slot type.default CompletableFuture<DescribeSlotTypeResponse>LexModelsV2AsyncClient. describeSlotType(DescribeSlotTypeRequest describeSlotTypeRequest)Gets metadata information about a slot type.
-