Uses of Interface
software.amazon.awssdk.services.lambda.model.PutRuntimeManagementConfigResponse.Builder
Packages that use PutRuntimeManagementConfigResponse.Builder
-
Uses of PutRuntimeManagementConfigResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return PutRuntimeManagementConfigResponse.BuilderModifier and TypeMethodDescriptionPutRuntimeManagementConfigResponse.builder()PutRuntimeManagementConfigResponse.Builder.functionArn(String functionArn) The ARN of the functionPutRuntimeManagementConfigResponse.Builder.runtimeVersionArn(String runtimeVersionArn) The ARN of the runtime the function is configured to use.PutRuntimeManagementConfigResponse.toBuilder()PutRuntimeManagementConfigResponse.Builder.updateRuntimeOn(String updateRuntimeOn) The runtime update mode.PutRuntimeManagementConfigResponse.Builder.updateRuntimeOn(UpdateRuntimeOn updateRuntimeOn) The runtime update mode.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type PutRuntimeManagementConfigResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutRuntimeManagementConfigResponse.Builder>PutRuntimeManagementConfigResponse.serializableBuilderClass()