Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypeRequest.Builder
-
Packages that use GetSlotTypeRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetSlotTypeRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSlotTypeResponse>LexModelBuildingAsyncClient. getSlotType(Consumer<GetSlotTypeRequest.Builder> getSlotTypeRequest)Returns information about a specific version of a slot type.default GetSlotTypeResponseLexModelBuildingClient. getSlotType(Consumer<GetSlotTypeRequest.Builder> getSlotTypeRequest)Returns information about a specific version of a slot type. -
Uses of GetSlotTypeRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetSlotTypeRequest.Builder Modifier and Type Method Description static GetSlotTypeRequest.BuilderGetSlotTypeRequest. builder()GetSlotTypeRequest.BuilderGetSlotTypeRequest.Builder. name(String name)The name of the slot type.GetSlotTypeRequest.BuilderGetSlotTypeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSlotTypeRequest.BuilderGetSlotTypeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSlotTypeRequest.BuilderGetSlotTypeRequest. toBuilder()GetSlotTypeRequest.BuilderGetSlotTypeRequest.Builder. version(String version)The version of the slot type.Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetSlotTypeRequest.Builder Modifier and Type Method Description static Class<? extends GetSlotTypeRequest.Builder>GetSlotTypeRequest. serializableBuilderClass()
-