Uses of Interface
software.amazon.awssdk.services.wisdom.model.CreateQuickResponseResponse.Builder
-
Packages that use CreateQuickResponseResponse.Builder Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of CreateQuickResponseResponse.Builder in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return CreateQuickResponseResponse.Builder Modifier and Type Method Description static CreateQuickResponseResponse.BuilderCreateQuickResponseResponse. builder()default CreateQuickResponseResponse.BuilderCreateQuickResponseResponse.Builder. quickResponse(Consumer<QuickResponseData.Builder> quickResponse)The quick response.CreateQuickResponseResponse.BuilderCreateQuickResponseResponse.Builder. quickResponse(QuickResponseData quickResponse)The quick response.CreateQuickResponseResponse.BuilderCreateQuickResponseResponse. toBuilder()Methods in software.amazon.awssdk.services.wisdom.model that return types with arguments of type CreateQuickResponseResponse.Builder Modifier and Type Method Description static Class<? extends CreateQuickResponseResponse.Builder>CreateQuickResponseResponse. serializableBuilderClass()
-