Uses of Interface
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypeVersionsRequest.Builder
-
Packages that use GetSlotTypeVersionsRequest.Builder Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of GetSlotTypeVersionsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding
Method parameters in software.amazon.awssdk.services.lexmodelbuilding with type arguments of type GetSlotTypeVersionsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSlotTypeVersionsResponse>LexModelBuildingAsyncClient. getSlotTypeVersions(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default GetSlotTypeVersionsResponseLexModelBuildingClient. getSlotTypeVersions(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default GetSlotTypeVersionsPublisherLexModelBuildingAsyncClient. getSlotTypeVersionsPaginator(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default GetSlotTypeVersionsIterableLexModelBuildingClient. getSlotTypeVersionsPaginator(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)Gets information about all versions of a slot type. -
Uses of GetSlotTypeVersionsRequest.Builder in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return GetSlotTypeVersionsRequest.Builder Modifier and Type Method Description static GetSlotTypeVersionsRequest.BuilderGetSlotTypeVersionsRequest. builder()GetSlotTypeVersionsRequest.BuilderGetSlotTypeVersionsRequest.Builder. maxResults(Integer maxResults)The maximum number of slot type versions to return in the response.GetSlotTypeVersionsRequest.BuilderGetSlotTypeVersionsRequest.Builder. name(String name)The name of the slot type for which versions should be returned.GetSlotTypeVersionsRequest.BuilderGetSlotTypeVersionsRequest.Builder. nextToken(String nextToken)A pagination token for fetching the next page of slot type versions.GetSlotTypeVersionsRequest.BuilderGetSlotTypeVersionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSlotTypeVersionsRequest.BuilderGetSlotTypeVersionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSlotTypeVersionsRequest.BuilderGetSlotTypeVersionsRequest. toBuilder()Methods in software.amazon.awssdk.services.lexmodelbuilding.model that return types with arguments of type GetSlotTypeVersionsRequest.Builder Modifier and Type Method Description static Class<? extends GetSlotTypeVersionsRequest.Builder>GetSlotTypeVersionsRequest. serializableBuilderClass()
-