Uses of Interface
software.amazon.awssdk.services.iottwinmaker.model.FunctionResponse.Builder
-
Packages that use FunctionResponse.Builder Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of FunctionResponse.Builder in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return FunctionResponse.Builder Modifier and Type Method Description static FunctionResponse.BuilderFunctionResponse. builder()default FunctionResponse.BuilderFunctionResponse.Builder. implementedBy(Consumer<DataConnector.Builder> implementedBy)The data connector.FunctionResponse.BuilderFunctionResponse.Builder. implementedBy(DataConnector implementedBy)The data connector.FunctionResponse.BuilderFunctionResponse.Builder. isInherited(Boolean isInherited)Indicates whether this function is inherited.FunctionResponse.BuilderFunctionResponse.Builder. requiredProperties(String... requiredProperties)The required properties of the function.FunctionResponse.BuilderFunctionResponse.Builder. requiredProperties(Collection<String> requiredProperties)The required properties of the function.FunctionResponse.BuilderFunctionResponse.Builder. scope(String scope)The scope of the function.FunctionResponse.BuilderFunctionResponse.Builder. scope(Scope scope)The scope of the function.FunctionResponse.BuilderFunctionResponse. toBuilder()Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type FunctionResponse.Builder Modifier and Type Method Description static Class<? extends FunctionResponse.Builder>FunctionResponse. serializableBuilderClass()
-