Uses of Interface
software.amazon.awssdk.services.lambda.model.ListFunctionUrlConfigsResponse.Builder
Packages that use ListFunctionUrlConfigsResponse.Builder
-
Uses of ListFunctionUrlConfigsResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return ListFunctionUrlConfigsResponse.BuilderModifier and TypeMethodDescriptionListFunctionUrlConfigsResponse.builder()ListFunctionUrlConfigsResponse.Builder.functionUrlConfigs(Collection<FunctionUrlConfig> functionUrlConfigs) A list of function URL configurations.ListFunctionUrlConfigsResponse.Builder.functionUrlConfigs(Consumer<FunctionUrlConfig.Builder>... functionUrlConfigs) A list of function URL configurations.ListFunctionUrlConfigsResponse.Builder.functionUrlConfigs(FunctionUrlConfig... functionUrlConfigs) A list of function URL configurations.ListFunctionUrlConfigsResponse.Builder.nextMarker(String nextMarker) The pagination token that's included if more results are available.ListFunctionUrlConfigsResponse.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type ListFunctionUrlConfigsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListFunctionUrlConfigsResponse.Builder>ListFunctionUrlConfigsResponse.serializableBuilderClass()